
a
{
    COLOR: #02598b;
    TEXT-DECORATION: underline;
}
a:hover
{
    TEXT-DECORATION: none
}
body
{
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	top: 0px;
	padding-top: 0px;
}

h1
{
	margin-bottom:15px;
	color: #494848;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.835em;
	line-height: 1.4em;
}

h2
{
	margin-bottom: 12px;
	color: #02598b;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}
hr
{
	width: 100%;
	color: #494848;
	height: 1px;
}
input, textarea, select
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #494848;
}
td
{
	color: #494848;
    FONT-SIZE: 12px;
    FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif;
}


ul {
	margin:10px 0 20px 5px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	/*font-weight:bold;*/
	font-size:1em;
	/*color:#02598b;*/
	position:relative;
	list-style:none;
	line-height:1.6em;
}
ul li {
	position:relative;
	background:url(../images/ul.bullet.gif) no-repeat 0px 4px;
	padding: 0px 0px 0px 10px;
}
ul li a {
	/*font-weight:bold;*/
	text-decoration:underline;
}
ul ul {
	margin: 4px 0 4px 10px; 
	font-size:1em;
	/*color:#049fcb;*/
	line-height:1.6em;
}
ul ul li {
	position:relative;
	background:url(../images/ul.bullet.gif) no-repeat 0px 2px;
	padding: 0px 0px 0px 10px;
}
ul ul li a {
	/*font-weight:bold;*/
	text-decoration:underline;
}
ul li.sublist {
	list-style-type: none;
	position:relative;
}
/*CUSTOM STYLES*/

.bodySmall
{
    FONT-SIZE: 9px;
}
.borderRight
{
	border-right: solid 1px #049fcb;
}
.borderLeft
{
	border-left: solid 1px #049fcb;
}
.borderTop
{
	border-top: solid 1px #049fcb;
}
.borderBottom
{
	border-bottom: solid 1px #049fcb;
}
.button
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #FFFFFF;
    FONT-FAMILY:  Verdana, Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #049fcb
}
.copyright
{
	text-align: right;
    FONT-SIZE: 7pt;
    COLOR: #494848;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
}
.heading1
{
	margin-bottom:15px;
	color: #494848;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.835em;
	line-height: 1.4em;
}
.heading2
{
	margin-bottom: 12px;
	color: #02598b;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}
.heading3
{
	color: #02598b;
	font-size: 11px;
}
.grayBg
{
	background-color: #e8efef;
}

.inputHeader
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	font-weight:bold;
	color: #0298c0;	
}
.menupadding
{
	margin-top: -15px;
}
li.menuPadding
{
	margin-bottom: 15px;
}
.navigationDiv
{
	padding-left: 50px;
	padding-top: 10px;
}
.navigationOff
{
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	color: #494848;
}
a.navigationOff#hover
{
	color: #f2a42a;
}
.navigationOn
{
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	color: #f2a42a;
}
.navigationSep
{
	font-weight: bold;
	color: #f2a42a;
	padding-left: 5px;
	padding-right: 5px;
}
.padded
{
	padding: 10px 10px 10px 10px;
}
.required
{
    FONT-WEIGHT: bold;
    COLOR: red;
}
.subtitle
{
	color: #02598b;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
}
.tableBottom
{
	border-bottom: solid 1px #049fcb;
}
.tableHeader
{
	background-color: #049fcb;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}
.tableLeft
{
	border-left: solid 1px #049fcb;
	border-top: solid 1px #049fcb;
	border-right: solid 1px #049fcb;
	background-color: #e8efef;
	white-space: nowrap;
}
.tableRight
{
	border-top: solid 1px #049fcb;
	border-right: solid 1px #049fcb;
	background-color: #ffffff;
}
.title
{
	margin-bottom: 12px;
	color: #02598b;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}
.white
{ 
	color: #ffffff;
}
.white:hover
{
	color: #FFFFFF;
}

/*****************DATA GRID STYLES**************/

/*ALTERNATING ITEM*/
.AlternatingItemMultiGrid
{
	background-color: #FFFFFF;
}
.MouseOverAlternatingItemMultiGrid
{
	background-color: #dce7e7;
}

/*HEADER*/
.HeaderMultiGrid
{
	background-color: #ffffff;
	color: #494848;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}
A.HeaderMultiGrid
{
	text-decoration:none;
	color: #049fcb;
}
A.HeaderMultiGrid:hover
{
	text-decoration:underline;
	color: #049fcb;
}

/*ITEM*/
.ItemMultiGrid
{
	background-color: #e8efef;
}
.MouseOverItemMultiGrid
{
	background-color: #dce7e7;
}

/*MISC*/
.WebDing
{
	font-family: Webdings;
	color: #f2a42a;
	text-decoration:none;
}