/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F8F8F8;
	font-size: 12px;
	color: #666666;
}
ul,li{
	list-style-position: outside;
	list-style-type: square;
	margin-top: 14px;
	margin-bottom: 12px;	
}
ul.check{
	list-style-position: outside;
	list-style-type: square;
	margin-top: 14px;
	margin-bottom: 12px;
	list-style-image: url(../sub_img/check.gif);
}
a {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #CB2316;
}
a:active {
	text-decoration: none;
	color: #666666;
}
a {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
a.globals:link {
	
	 display:block;
     width:100%;
     height:100%;
     text-align:center;
     text-decoration:none;
     padding-top:3px;
	 padding-bottom:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size:10px;
     color:#ffffff;
}
a.globals:visited {
	 display:block;
     width:100%;
     height:100%;
     text-align:center;
     text-decoration:none;
     padding-top:3px;
	 padding-bottom:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size:10px;
     color:#ffffff;
}
a.globals:hover {
	text-decoration: none;
	width:100%;
	height:100%;
	color: #F1D981;
     padding-top:3px;
	 padding-bottom:3px;
	background-color: #464646;
}
a.globals:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.botNav {
	font-size: 10px;
	color: #461912;
	font-weight: bold;
}
a.botNav:link {
	text-decoration: none;
}
a.botNav:visited {
	text-decoration: none;
	color: #461912;
}
a.botNav:hover {
	text-decoration: underline;
	color: #CB2316;
}
a.botNav:active {
	text-decoration: none;
	color: #461912;
}

a.linkBoldBody {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	}
a.linkBoldBody:link {
	text-decoration: none;
}
a.linkBoldBody:visited {
	text-decoration: none;
	color: #666666;
}
a.linkBoldBody:hover {
	text-decoration: underline;
	color: #CB2316;
}
a.linkBoldBody:active {
	text-decoration: none;
	color: #666666;
}
a.subBold {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	}
a.subBold:link {
	text-decoration: none;
}
a.subBold:visited {
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
a.subBold:hover {
	text-decoration: underline;
	color: #CB2316;
}
a.subBold:active {
	text-decoration: none;
	color: #666666;
}
.deadBotNav{
	font-size: 10px;
	color: #461912;
	font-weight: bold;
}
.highlight{
	background-color: #464646;
}
.normal{
	background-color: #C92317;
}
.boldBody{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.boldBodyBlu{
	font-size: 14px;
	color: #29537F;
	font-weight: bold;
}
.boldBodyRed{
	font-size: 16px;
	color: #CB2316;
	font-weight: bold;
}

.bigBlue{
	font-size: 26px;
	color: #29537F;
	font-weight: bold;
}
.medBlue{
	font-size: 20px;
	color: #29537F;
	font-weight: bold;
}