body
{
	margin: 0px;
    	font-size: 10pt;
    	font-family: Tahoma;
    	height: 100%;
}

html, body, form
{
	height: 100%;
	margin: 0;
}

a
{
	color: #222222;
}

a:hover
{
	color: #0C0D87;
	text-decoration: underline;
}

body table
{		
    	font-size: 10pt;
    	font-family: Tahoma;
}

div
{
	text-align:left;
	color: black;
}

h1, h2, h3, h4, h5
{
	margin: 0;
}

h1
{
	color: #0C0D87;
	font-size: 12pt;
}

h2
{
	font-size: 11pt;
}

h4
{
	font-size: 9pt;
	font-weight: normal;
}


.normalText
{
    color: #000000;
    font-size: 8pt;
    font-family: Tahoma;
}


.main
{
	margin: 0 auto 0 auto;
	width: 1070px;
	height: 100%;
}

.header
{
	width: 1070px;
    height: 67px;
    border-bottom: #FF00A9 1px solid;
    background-image: url(../images/headerV2.jpg);
}

.frleft
{
	width: 192px;
	background-color: #e0e0e0;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
	padding: 8px;
	padding-top: 12px;
}

.frcenter
{
	text-align:center;
	padding-top: 12px;
	padding-bottom: 14px;
}

.frright
{
	width: 192px;
	background-color: #e0e0e0;
	border-left: 1px solid #303030;
	border-right: 1px solid #303030;
}

.navigation
{
    height: 24px;
    background-color: #0C0D87;
    background-image: url(../Images/navigation_backround.gif);
    background-repeat: repeat-x;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    vertical-align: middle;
    color: White;
}

.navigation table
{
	color: White;
}

.footer
{
    height: 20px;
	padding-top: 4px;
    background-color: #0C0D87;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
    vertical-align: middle;
    color: #FFFFFF;
}

.footer *
{
	color: White;
	font-size: 8pt;
	text-decoration: none;
}

.footerLink
{

}

.footerLink:hover
{
	color: #ff0066;
	text-decoration: none;
}

.footerItem
{
	background-position: left center;
	background-image: url(../Images/footer_seperator.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-left: 4px;
	font-weight: bold;
	font-size: 10pt;
	float: right;
	white-space: nowrap;
}

.footerInvisLink
{
	color:#0C0D87; 
	cursor:default;
}

.footer2
{
	margin-top:12px;
	margin-bottom:8px;
	font-size:8pt; 
	text-align:justify;
	color:#b0b0b0;
}

.footer2 a
{
	text-decoration: none;
	color:#b0b0b0;
}

.footer2 a:hover
{
	text-decoration:underline;
}

.contentLeft
{
	width: 0px;
}


.downloads, .downloads a
{
	color: #FF0066;
}

.downloads b
{
	color: #0C0D87;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #666666;
	-webkit-box-shadow: 3px 3px 4px #666666;
	box-shadow: 3px 3px 4px #666666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}

