﻿/*------------------------------------------*/
/*	Version: 		1.0                     */
/*	Revision Date: 	Jan. 10, 2002           */
/*------------------------------------------*/

/*------------------------------------------*/
/*	BODY, P, TD, UL, LI			            */
/*------------------------------------------*/

*
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
	color: #555555;
}

body 
{
    margin: 0px; 
    padding: 0px; 
    background-color:#2E3192; 
    background-attachment: fixed; 
    background-image: url(../images/bg.gif); 
    background-repeat: repeat-x;
}

#contentLeft
{
    width: 23px;
    background: url('../images/contentLeft.png') repeat-y;
    * background: none;
    * filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contentLeft.png', sizingMethod='scale'); 
}

#contentTopImg
{
    * filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#contentBottomImg
{
    * filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#contentRight
{
    width: 23px;
    background: url('../images/contentRight.png') repeat-y;
    * background: none;
    * filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contentRight.png', sizingMethod='scale'); 
}

#contentBottom
{
    width:752px;
    height:21px;
    display:inline-block; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contentBottom.png', sizingMethod='fixed');  
}

#contentTop
{
    width:752px;
    height:21px;
    display:inline-block; 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contentTop.png', sizingMethod='fixed');  
}

td.footer
{
    padding: 0px 10px 0px 10px;
    color: #ffffff;
}

h1
{
    font-size: 12pt;  
    font-weight: bold; 
    padding: 0px;
    margin: 0px;
}

h2
{
    font-size: 10pt;  
    font-weight: bold; 
    padding: 0px 0px 5px 0px;
    margin: 0px;
}

h3
{
    font-size: 8pt;  
    font-weight: bold; 
    padding: 0px;
    margin: 0px;
}

td.heading
{
    font-size: 8pt;  
    font-weight: bold;
    border-bottom: solid 1px #555555;
    vertical-align: top;
}


/*------------------------------------------*/
/*	Anchor          			            */
/*------------------------------------------*/

a.submenu
{
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    color: #2E3192;
    border:0px;
}
a.submenu:hover
{
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: underline;
    color: #2E3192;
}
a.submenu:visited
{
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #2E3192;
}

a.footer
{
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    color: #ffffff;
}
a.footer:hover
{
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: underline;
    color: #ffffff;
}
a.footer:visited
{
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    color: #ffffff;
}

#dropmenudiv
{
	position:absolute;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	font: 8pt tahoma, arial, helvetica, sans-serif;	
	height:100px;
	background-color: #2E3192;
	border: solid 1px #d6d6d6;
}

#homebody {
	font-family: "Times New Roman", Times, serif;
	font-size: 111pt;
	text-align: justify;
}






