body  { 
	font-family: Arial, Verdana, Sans-serif; 
	margin: 0 auto; 
	padding: 0; 
	width: 850px; 
	font-size: 100%; 
}

A  { 
	font-size: 9pt; 
	text-decoration: none; 
	color: #000066; 
}

A:visited { 
	font-size: 9pt; 
	text-decoration: none; 
	color: #000066; 
}

A:hover	{ 
	font-size: 9pt; 
	text-decoration: none; 
	color: #003399; 
}

.link_white	{ 
	font-size: 9pt; 
	text-decoration: none; 
	color: white; 
}

.link_white:visited	{ 
	font-size: 9pt; 
	text-decoration: none; 
	color: white; 
}

.link_white:hover { 
	font-size: 9pt; 
	text-decoration: none; 
	color: #CCCCFF; 
}

.link_bwhite { 
	font-size: 16pt; 
	text-decoration: none; 
	color: #000066; 
}

.link_bwhite:visited { 
	font-size: 16pt; 
	text-decoration: none; 
	color: #000066; 
}

.link_bwhite:hover { 
	font-size: 16pt; 
	text-decoration: none; 
	color: #000066; 
}

.link_8white { 
	font-size: 8pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #000066; 
}

.link_8white:visited { 
	font-size: 8pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #000066; 
}

.link_8white:hover { 
	font-size: 8pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: #003399; 
}

.link_swhite { 
	font-size: 7pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: white; 
}

.link_swhite:visited { 
	font-size: 7pt; 
	font-weight: bold; 
	text-decoration: none; 
	color: white; 
}

.link_swhite:hover { 
	font-size: 7pt; 
	font-weight: bold; 
	text-decoration: underline; 
	color: white; 
}

a.dlink:link { 
	font-size: 6pt; 
	font-weight: bold; 
	vertical-align: bottom; 
	text-decoration: none; 
	color: #000000; 
	display: block; 
}

a.dlink:visited { 
	font-size: 6pt; 
	font-weight: bold; 
	vertical-align: bottom; 
	text-decoration: none; 
	color: #000000; 
	display: block; 
}

a.dlink:hover { 
	font-size: 6pt; 
	font-weight: bold; 
	vertical-align: bottom; 
	text-decoration: none; 
	color: #000000; 
	display: block; 
}

a.dlink:active { 
	font-size: 6pt; 
	font-weight: bold; 
	vertical-align: bottom; 
	text-decoration: none; 
	color: #000000; 
	display: block; 
}

.tableHeading  { 
	font-size: 14pt; 
	font-family: Arial, Verdana, Sans-serif;  
}

.tableLabel 	{ 
	font-weight: bold; 
}

.textred { 
	color: red; 
}

.btextred { 
	color: red; 
	font-weight: bold; 
}

.btextwhite { 
	color: white; 
	font-weight: bold; 
	text-decoration: none; 
}

.text14pt { 
	font-size: 13pt; 
}

td { 
	font-size: 9pt; 
}

.cheading1 { 
	font-size: 8pt; 
	color: #000066; 
	font-weight: bold; 
	text-align: left; 
}

.cheading2 { 
	font-size: 7pt; 
	color: white; 
	font-weight: bold; 
	text-align: right; 
}

.cfoot1 { 
	font-size: 7pt; 
	color: white; 
	background-color: #000066; 
	font-weight: bold; 
}

.ctab { 
	font-size: 9pt; 
	color: white; 
	font-weight: bold; 
	text-align: center; 
	padding: 4px 0px 5px 0px; 
}

.p_head { 
	color: #000066; 
	font-size: 18pt; 
	font-weight: bold;
	text-decoration: none; 
}

.content_shadow { 
	border-bottom: 0px; 
	border-left: 5px solid; 
	border-right: 5px solid; 
	border-top: 5px solid; 
	border-color: #FFFFFF; 
	background-color: #FFFFFF; 
}

.bottom_shadow { 
	padding: 0; 
	background-color: #FFFFFF; 
}

.solid { 
	border-bottom: 1px solid; 
	border-left: 1px solid; 
	border-right: 1px solid; 
	border-color: #FFFFFF; 
	background-color: #FFFFFF; 
}

.solid_all { 
	border: 1px solid; 
	border-color: #FFFFFF; 
	background-color: #FFFFFF; 
}

.rc_info { 
	border: 0px; 
	background-color: #FFFFFF; 
	width: 100%; 
}

td img.decoration { 
	display: block; 
}

.right_shader { 
	background-image:url(/images/right.gif); 
	background-repeat:repeat-y; 
	width: 8px; 
}

.left_shader { 
	background-image:url(/images/left.gif); 
	background-repeat:repeat-y; 
	width: 8px; 
}

.small {
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}

td.roundHI {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
td.roundLO {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	background-color:#CCCCCC;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

table.rounded {
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

input.buttonblu {
   font-size:12px;
   font-family:Verdana,sans-serif;
   color:#222222;
   width:100px;
   background-color:#CCCCFF;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffFFFFFF',EndColorStr='#ffFFEEDD');
   border-top-style:solid;
   border-top-color:#AAAAAA;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#AAAAAA;
   border-bottom-width:1px;
   border-left-style:solid;
   border-left-color:#FFEEDD;
   border-left-width:1px;
   border-right-style:solid;
   border-right-color:#FFFFFF;
   border-right-width:1px;
}

