﻿body
{
	background-color: #FFFFFF;
	margin: 0px;
}

body, td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:normal;
	font-weight:normal;
	color: #000000;
}

A:link 
{
	color:#4D449E;
	text-decoration: none;
}
A:visited 
{
	color:purple; 
	text-decoration: none;
}
A:hover 
{
	color:#ff0033; 
	text-decoration:underline;
}
IMG {
	border-style:none;
}
h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	margin:0px 0px 10px 5px;
}
h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px 0px 0px 0px;
}
h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px 0px 0px 0px;
}
FIELDSET{
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
	width:95%;
}
LEGEND {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	/*margin:0px 0px 10px 5px;*/
	margin:0px 0px 0px 0px;
}
#ddimagetabs a
{
	display: block;
	text-decoration: none;
	/*tab font */
	color: black; /*font color */
	width: 86px; /*width of tab image */
	height: 22px; /*height of tab image */
	float: left;
	display: inline;
	margin-left: 4px; /*spacing between tabs */
	padding-top: 4px; /*vertical offset of tab text from top of tab*/
	background-image:url('../images/bluetab.jpg'); /*URL to tab image */
	background-repeat: no-repeat;
	text-align: center; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Arial
}
#ddimagetabs a:hover, #ddimagetabs a.current
{
	background-image:url('../images/bluetabover.jpg'); /*URL to tab image onmouseover */
	color: black
}
#tabcontentcontainer
{
	height:20px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}
a.rollover 
{
	background-position: left top;
	margin:0;
	padding:0;
	text-indent:-9999px;
}

a.rollover:hover
{
	background-position: left bottom;
}
