body, td, p, span, pre, div {
	font-family: Arial, Verdana, sans-serif, Helvetica;
	font-size: 11px;
	line-height: 150%;
	color: #666666;
}

.text {
	font-size: 11px;
	line-height: 14pt;
	font-weight: normal;
	color: #666666;
}
a.text, a.text:link, a.text:active, a.text:visited {
	text-decoration: none;
	color: #666666;
}
a.text:hover {
	text-decoration: underline;
	color: #666666;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #1275A9;
}
a:hover {
	text-decoration: underline;
	color: #1275A9;
}

.textlink {
	font-size: 13px;
	line-height: 11pt;
	font-weight: normal;
	color:#666666
}
a.textlink, a.textlink:link, a.textlink:active, a.textlink:visited {
	text-decoration: none;
	color:#666666
}
a.textlink:hover {
	text-decoration: underline;
	color:#666666
}

.barhorizontal {
	background-image: url(assets/bar_horizontal.gif);
	background-repeat: repeat-x;
}
.barvertical {
	background-image: url(assets/bar_vertical.gif);
	background-repeat: repeat-y;
	background-position: top;
}

.textheader {
	font-size: 22px;
	line-height: 30pt;
	font-weight: normal;
	color:#666666
}
a.textheader, a.textheader:link, a.textheader:active, a.textheader:visited {
	text-decoration: none;
	color:#897554
}
a.textheader:hover {
	text-decoration: underline;
	color:#666666
}

.textsmhead {
	font-size: 16px;
	line-height: 40pt;
	font-weight: normal;
	color:#666666
}
a.textsmhead, a.textsmhead:link, a.textsmhead:active, a.textsmhead:visited {
	text-decoration: none;
	color:#666666;
	font-size: 18px;
}
a.textsmhead:hover {
	text-decoration: underline;
	color:#666666;
	font-size: 18px;
}
.textblue {
	font-size: 18px;
	line-height: 24pt;
	font-weight: normal;
	color:#1275A9
}


/* NEW BY CO */

.on 
{
    text-decoration: underline;
	color:#666666
}

h1{font-size: 22px;
	line-height: 25pt;
	font-weight: normal;
	color:#666666}

h2{font-size: 20px;
	line-height: 23pt;
	font-weight: normal;
	color:#666666}
	
h3{font-size: 18px;
    line-height: 21pt;
	font-weight: normal;
	color:#666666}

/*CONTENT & FORMS*/


.content p{font-size: 11px;
	line-height: 14pt;
	font-weight: normal;
	color: #666666;}
.content a{color:#1275A9; text-decoration:underline;}
.content a:hover{color:#666666; text-decoration:underline;}


.content ul{width: 100%;color: #333333; height: auto; text-align: left;text-decoration: none;list-style-type: none; margin:0;padding: 10px 0 10px 0;}
.content li{list-style: none; font: 10pt Arial, Verdana, Helvetica, sans-serif; padding-top: 3px;padding-bottom: 3px;}
.content label{font: Arial, Verdana, Helvetica, sans-serif; color: #666666; width: 9em; float: left; text-align: left; margin-right: 0.5em; display: block;}
.content input{color: #666666; font: 10pt Arial, Verdana, Helvetica, sans-serif; width: 175px; border: 1px solid #666666; }
.content textarea{ width:175px;font: 10pt Arial, Verdana, Helvetica, sans-serif; color: #333333; border: 1px solid #666666;}
.content select {width:170px;font: 10pt Arial, Verdana, Helvetica, sans-serif; color: #333333; border: 1px solid #666666;}
.content input[type=checkbox]{border: none;}
input.submit{ color: #666666; width: 100px;border: 1px solid #333333; background: #ffffff; margin-left: 0px;}
input.submit2{ color: #666666; width: 80px;border: 1px solid #333333; margin-right:15px; background: #ffffff;}

.linkbutton{margin-left: 33px; text-align:center;}

.linkbutton:hover{margin-left: 33px; text-align:center; color:#666666;}

.red{padding: 10px 0px 10px 3px;font-size: 11px;
	line-height: 14pt;
	font-weight: normal; color: #1275A9; }

.subnav {
	font-size: 11px;
	line-height: 9pt;
	font-weight: normal;
	color:#666666
}
a.subnav, a.subnav:link, a.subnav:active, a.subnav:visited {
	text-decoration: none;
	color:#666666
}
a.subnav:hover {
	text-decoration: underline;
	color:#666666
}

.subnavon {
	font-size: 11px;
	line-height: 9pt;
	font-weight: normal;
	color:#666666;
	text-decoration: underline;
}

.text label{color: #666666; width: 5em; float: left; text-align: left; margin-right: 0.5em; display: block;}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: inline;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);

}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}

.content #ListItems
{
   font-size: 11px;
	line-height: 12pt;
	font-weight: normal;
	color: #666666;
}