body {
margin: 0px;
padding: 0px;
font-family: Verdana, helvetica, sans-serif;
font-size: 12px;
color: #000;
background: #F0F0F0;
text-align: left;
}
table {
font-family: verdana, helvetica, sans-serif;
font-size: 12px;
text-align: left;
color: #000;
}

A:link {
	color: #49B6CA;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: #49B6CA;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	color: #49B6CA;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

A.dark:link {
	color: #666666;
	text-decoration: none;
}

A.dark:visited {
	color: #666666;
	text-decoration: none;
}

A.dark:active {
	color: #666666;
	text-decoration: none;
}

A.dark:hover {
	color: #FFDE9B;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

P {
	font-size: 14px;
	font-family : Verdana;
}

P.main {
	margin-right: 10px;
}

TD.dark {
	font-size: 11px;
	font-family : Tahoma;
	color : #FFDE9B;
	background-image: url(images/layout/lefttopbg.gif);
}

P.dark {
	font-size: 11px;
	font-family : Verdana;
}

TD.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}

P.smaller {
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}
TD.topbar {
background-image: url(images/topbar.gif);
	font-size: 11px;
	font-family : Tahoma;
	color : #666666;
}

TD.topbg {
	background-image: url(images/layout/topbg2.gif);
	font-weight: bold;

}
TD.darkhd {
	font-size: 11px;
	font-family : Tahoma;
	color : #FFDE9B;
}
h1 {
	font-size: 16px;
	color: #0092A6;
	font-weight: bold;
}
th {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
tr.d0 td {
	background-color: #CCFFFF;
}
tr.d1 td {
	background-color: #FFFFCC;
}
h2 {
	font-size: 14px;
	color: #0092A6;
	font-weight: bold;
}
img.floatLeft { float: left; 
margin: 4px; }

img.floatRight {
	float: right;
	margin: 6px;
	padding-right: 18px;
} 
.maxwidth {
	_width: expression(document.body.clientWidth > 1024? "1024px" : "100%");  
	max-width:1024px
}