/* standard text elements */
P, TD, DIV, FORM, LI, BLOCKQUOTE {
	font-family :  Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	line-height : 160%;
	color: '#000000';


}

/* anchors */
A	{
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	text-decoration : underline;
	color: #CC3300;
}

A:Hover	{
	text-decoration: underline; 
	color: #FF794F;
}
.art	{
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
	color: #FFFFFF;
}

.art:Hover	{
	text-decoration: underline; 
	color: #DDDDDD;
}

/* headers*/
.header {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color: #666666;
}

.arthead1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color: #666666;
}

.arthead2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color: #EE4611;
}

.arthead3 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	font-style : italic;
	color: #666666;
}

.arthead4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color: #666666;
}

.arthead5 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	color: #666666;
}

.arthead6 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
	font-style : italic;
	color: #666666;
}
.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color: #FFFFFF;
}

/* sub navigation*/
.subnav {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color: #FFFFFF;
}


/* generic border */
.stdBorder	{
	border : thin ridge #545454;
}


/* horizontal line */
HR {
	text-align : center;
	width : 96%;
	height: 1px;
	color : #999999;
}

