/* CSS Document */

body {
	margin-top: 120px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#background {
	background-image: url(../img/apex_r2_c6.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#shadow {
	background-image: url(../img/apex_r5_c3.jpg);
	
}
.box{
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	}
.redfont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	font-size: 12px;
	
}
.grayfont {
    font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 10px;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 10px;
}
.grayfontbold {
    font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
#logo{ background-image:url(../images/apex_logo.gif);
background-repeat:no-repeat;
}
