/* COMMON STYLES */

body	{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url('/images/common/side-art.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
}
TD, td, .BodyText, div	{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.graybg	{
	background-color: #696969;
}
ul {
	margin: 5px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
}
input, textarea, select {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	border:1px solid #999999;
}
a, a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover	{
	color: #000000;
}
.head	{
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	padding-bottom: 8px;
}
.smbodytext	{
	font-size: 9px;
	line-height: 12px;
	color: #000000;
}
.graytext	{
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.copyright	{
	font-size: 10px;
	line-height: 11px;
	color: #999999;
	margin: 7px 0px 7px 0px;
}

/* LINK STYLES */
graylink, a.graylink, a.graylink:visited	{
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
a.graylink:hover	{
	color: #666666;
	text-decoration: underline;
}

.subnav	{
	padding-bottom: 10px;
}
.subnavOff, a.subnavOff, a.subnavOff:visited	{
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #FF6600;
	letter-spacing: 4px;
	text-decoration: none;
}
a.subnavOff:hover	{
	color: #000000;
	text-decoration: none;
}
a.subnavOn, a.subnavOn:visited, a.subnavOn:hover	{
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 4px;
	text-decoration: none;
}

.subnav2	{
	padding-bottom: 4px;
}
.subnav2Off, a.subnav2Off, a.subnav2Off:visited	{
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.subnav2Off:hover	{
	color: #000000;
	text-decoration: none;
}
.subnav2On, a.subnav2On, a.subnav2On:visited, a.subnav2On:hover	{
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


