A {
	color : navy;
	text-decoration : none;
	font-size : 9pt;
}

A:HOVER {
	color : #2f6fbd;
	text-decoration : underline;
	font-size : 9pt;
}


BODY {
	color: #333333;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.content_main {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

.content_main2 {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.content_header {
	color : white;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : Bold;
	font-size: 10pt;
}

.content_ctlrms {
	color : Silver;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : Bold;
	font-size : x-small;
}

.content_subwhite {
	color : white;
		font-family : Arial, Helvetica, sans-serif;
		font-weight : Bold;
	font-size : x-small;
}

.menu_item {
	font-size : medium;
	font-weight : bold;
}

.table_outline {
background-color : #000066;
}


.table_inner {
background-color : #cccccc;
}


SPAN.textbold {
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
}

SPAN.textbold2 {
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
}

SPAN.text {
	font-size : 9pt;
	color : #444444;
}

SPAN.text2 {
	font-size : 9pt;
	color : #FFFFFF;
}

SPAN.textfooter {
	font-size : 7pt;
	color : #666666;
}

SPAN.informationalheading {
	color : Black;
	font-size : 12pt;
	font-weight : bold;
}

SPAN.heading {
	color : Black;
	font-size : 10pt;
	font-weight : bold;
}

Table.infoblocks {
	font-size: 9pt;
	color: white;
	background : #30526d;
	padding: 0.004ex;
	border: 0ex;

}

SPAN.title {
	color : #333333;
	font-size : 10pt;
	font-weight : bold;
}

/************************************************************ Start My Testing ***************************************************/




#ddimagetabs{
}

#ddimagetabs a{
	display: block;
	text-decoration: none;
	font: 8pt Arial; /*tab font */
	color: black; /*font color */
	width: 199px; /*width of tab image */
	height: 58px; /*height of tab image */
	float: left;
	display: inline;
	margin-left: 0px; /*spacing between tabs */
	padding-top: 5px; /*vertical offset of tab text from top of tab*/
	padding-left: 0px;
	padding-right: 0px;
	background-image:url(); /*URL to tab image */
	background-repeat: no-repeat;
	text-align: left;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
	background-image:url(http://www.ctlcorp.com/v3/images/bluetabover.jpg); /*URL to tab image onmouseover */
	color: black;
}

#tabcontentcontainer{
	width:px; /*width of 2nd level content*/
	height:20px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	text-align: left;
	font-size : 8pt;
}

.tabcontent{
	display:none;
}

span.category{
	text-decoration: none;
	color: #000000;
	font: normal 10pt arial;
}
span.categorytext{
	text-decoration: none;
	color: #000000;
	font: normal 8pt arial;
}

