/* ####### Rulesets ####### */
td{
	font-family:verdana;
	font-size:10px;
	color:#000000;
}

a{
	text-decoration: none;
	color:000000;
	font-size: 10px; 
	font-family: verdana;
	font:900;
}

div.centerDiv{
	width: 890px;
	margin-left: auto;
	margin-right: auto;
}
/* ####### Attribute Selector Classes ####### */

a:visited{
	color:#F8CA79
}
a:hover{
	color:red
}

/* ####### Contextual Selector Class ####### */
span.descripText{
	font-size: 12px;
}
/* ####### Selector Class ####### */
.center{
	text-align: center;
	
}

/* ####### Title table ####### */
/* ####### layoutTable also used in copyright table ####### */
table.layoutTable{
	border-collapse: collapse; 
	width: 780px;
	margin-left: auto; 
	margin-right: auto;
	
}

td.stateLayoutCell{
	padding: 20px;
	height: 100%;
	vertical-align: top;
	text-align: center;
	color: #ffffff;
	
}

td.layoutCell{
	padding: 5px;
	width: 780px;
	height: 100px;
	background: url('images/back_text1.jpg');
	vertical-align: top;
	color: #ffffff;
	align: center;
}

img.redLine{
    width: 880;
	height: 9;
}

/* ####### State table ####### */
table.stateTable{
	border: outset 2px;
	width: 250px;
}

td.stateTextCell{
	border: inset 1px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

th.stateTh{
	color: #ffffff;
}

tr.stateTr{
	background-color: #aa1111;
}

/* ####### Copyright elements ####### */
span.copyrText{
	font-family: verdana;
	font-size:9;
}

td.copyrCell{
	vertical-align: top;
	width: 557px;
	text-align: center;
}

/* ####### US image ####### */

img.mainImg{
	border: 0px;
}

/* ####### Bottom Links ####### */

a.bottomLinkText{
	font-size: 11px;
	font-family: tahoma;
}