/*-----CSS FOR Voicesofthefaithful.com website---------*/
/*---document colors-----------------------
content background               :  #ECE7D7
nav background                   :  #A3421E
left column background           :  #DED3BF
text color                       :  #702913
link text color                  :  #5C7832
link hover color                 :  #D72506
------------------------------------------*/ 

body {
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
	color: #702913;
}

.bodytext {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
	color: #702913
}

a {
    text-decoration:none;
	color: #5C7832;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #5C7832;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #5C7832;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #5C7832;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #D72506;
	font-weight: bold;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

div.cartLite th, td, p {
    color: #C52B09;
}
div.cartLite td.button {
    background-color: #C52B09;
}
div.cartLite a:link,a:visited,a:hover {
    color:#C52B09;
}

div.cartLite .center {
    text-align: center;
}

div.cartLite .right {
    text-align: right;
}
div.cartLite .left {
    text-align: left;
}
