body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001D3B;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001D3B;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001D3B;
}

.bodystyle {
	font: 12px Arial, Helvetica, sans-serif;
	color: #001D3B;
}

.small {
	color: #001D3B;
	font: 11px Arial, Helvetica, sans-serif;
}

.xsmall {
	color: #001D3B;
	font: 9px Arial, Helvetica, sans-serif;
}
.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001D3B;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #001D3B;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #001D3B;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}



.mainbg {
	background: url(rd2/images/bg_main.jpg) repeat-x;
}

a.ondark:link { color:#FFFFFF; text-decoration:none}
a.ondark:visited { color:#FFFFFF; text-decoration:none}
a.ondark:hover { color:#FF9900; cursor:hand; }
a.ondark:active { color:#93CDFE; text-decoration:none}

a.onlight:link { color:#005A45; text-decoration:underline}
a.onlight:visited { color:#005A45; text-decoration:underline}
a.onlight:hover { color:#001DB3; cursor:hand}
a.onlight:active { color:#001DB3; text-decoration:none}

.bgblue {
	background: url(c1/images/menubar_blue.jpg) no-repeat;
	border: 1px solid #CCCCCC;
}

.bggreen {
	background: url(c1/images/menubar.jpg) no-repeat;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.bggray2 {
	background: url(rd2/images/bg_hdrgray.jpg);
	border-top: 1px none #999999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #666666;
}

.bgshdw {
	background: url(rd2/images/shadow.gif) repeat-x;
}
.boxdotted {
	background: #FFFFFF;
	border-top: 1px none #333333;
	border-right: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	border-left: 1px dotted #333333;
}
.boxdottedaround{
	background: #DDEEFF;
	border-top: 1px dotted #333333;
	border-right: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	border-left: 1px dotted #333333;
}

.boxsolid {
	background: DDEEFF;
	border: 1px solid #666666;
}
.boxsolid2 {
	background: #FFFFFF;
	border: 1px solid #666666;
}

.btmrnded {
	background: url(rd2/images/bg_roundedblue.gif) no-repeat;
	border-top: 2px none 0055BB;
	border-right: 2px none 0055BB;
	border-bottom: 2px solid 0055BB;
	border-left: 2px none 0055BB;
}
.bgpage {
	background-color: #E2E8F3;
	background-image: url(c1/images/pagebg.jpg);
	background-repeat: repeat-x;
}
.bgmiddle {
	background-image: url(c1/images/top3.jpg);
	background-repeat: no-repeat;
}
.bgleft {
	background-image: url(c1/images/leftside.jpg);
	background-repeat: repeat-x;
}
.bgright {
	background-image: url(c1/images/rightside.jpg);
	background-repeat: repeat-x;
}
.bluebox {
	background-color: #001D3b;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.dottedright {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
