/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4A525E;
	color: #000000;
	margin: 0px;
}
.heading {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #CC0000;
}
.hometext {
	font-size: 15px; 
	line-height: 20px;
}
.main {
	font-size: 12px; 
	line-height: 14px;
}
.main a:link, .main a:visited, .main a:active {  
	text-decoration: underline; 
	color: #CC0000;
}
.main a:hover {
	text-decoration: none;
	background: #DFD6C5;
}
.mainitalic {
	font-size: 12px; 
	font-style: italic; 
	line-height: 13px;
}
.mainbold {
	font-size: 13px; 
	line-height: 14px; 
	font-weight: bold;
}
.mainboldred {
	font-size: 13px; 
	line-height: 14px; 
	font-weight: bold;
	color: #CC0000;
}
.mainboldred a:link, .mainboldred a:visited, .mainboldred a:active {  
	text-decoration: underline; 
	color: #CC0000;
}
.mainboldred a:hover {
	text-decoration: none;
}
.navrev {
	font-size: 11px; 
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.navrev a:link, .navrev a:visited, .navrev a:active {  
	text-decoration: underline;
	color: #FFFFFF;
}
.navrev a:hover {
	text-decoration: none;
}
.productrev {
	font-size: 13px; 
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
}
.smalltext {
	font-size: 10px; 
	line-height: 12px;
}
.smalltext a:link, .smalltext a:visited, .smalltext a:active {  
	text-decoration: underline;
	color: #0033CC;
}
.smalltext a:hover {
	text-decoration: none;
}
.sublinksrev {
	font-size: 12px; 
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 3px 3px 12px
}
.sublinksrev a:link, .sublinksrev a:visited, .sublinksrev a:active {  
	text-decoration: underline;
	color: #FFFFFF;
}
.sublinksrev a:hover {
	color: #000000;
}
.topofpage {
	font-size: 10px; 
	line-height: 12px;
}