body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal ;
}
a {
	color: #c90d4f;
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none
}
a:visited {
	color: #c90d4f;
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
}
a:active {
	color: #000;
	font-size: 10pt;
	font-family: Arial;
	font-weight: normal;
}
#nav a {
	color: #c90d4f;
	font-size: 7pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
#index a {
	color: #ff7400;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
}
#index a:hover {
	color: #000;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
}
#index a:active {
	color: #000;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
}
#nav a:hover {
	color: #000;
	font-size: 7pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
#nav a:active {
	color: #000;
	font-size: 7pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
.header {
	color: #c90d4f;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
.boldred {
	color: #c90d4f;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.smalltxt {
	color: black;
	font-size: 8pt;
	font-family: Arial;
	font-weight: normal;
}
.standardtext {
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.standarditalic {
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}
.standardbold {
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.activelink {
	color: black;
	font-size: 7pt;
	font-weight: bold;
}
.footer {
	color: black;
	font-size: 7pt;
	font-family: Arial;
}
.quotes {
	color: #1b8529;
	font-size: 12pt;
	font-family: "times new roman";
	font-weight: bold;
	font-style: italic;
}
#noticebox {
	color: #000;
	background-color: #ff6;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	border-color: #777;
	margin: 0px;
	width: 360px;
	line-height: 17px;
}
#noticebox-dark {
	color: #000;
	background-color: #DFE445;
	border-width: 2px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	border-color: #373737;
	margin: 0px;
	width: 360px;
	line-height: 17px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
/* tool tip css */
#tt {
 position:absolute;
 display:block;
 background:url(images/tooltip/tt_left.gif) top left no-repeat;
 }
 #tttop {
 display:block;
 height:5px;
 margin-left:5px;
 background:url(images/tooltip/tt_top.gif) top right no-repeat;
 overflow:hidden;
 }
 #ttcont {
 display:block;
 padding:2px 12px 3px 7px;
 margin-left:5px;
 background:#666;
 color:#fff;
 }
#ttbot {
display:block;
height:5px;
margin-left:5px;
background:url(images/tooltip/tt_bottom.gif) top right no-repeat;
overflow:hidden;
}
/* end tool tip css */
