body{
    FONT-SIZE: 10pt;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	/*background: #cccccc url("bg.jpg") fixed;*/
	
}

TABLE
{
    FONT-SIZE: 10pt;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
}
.ERROR
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #CC0000;
	font-family: Arial,sans-serif;

}

.Homepage
{
    font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: underline;
}

a:hover{

	background-color: #FFFFCC;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
 FONT-SIZE: 10pt;
 font-family: Arial,sans-serif;
}



label{
 FONT-SIZE: 10pt;
 font-family: Arial,sans-serif;
 color: #334d55;
}
				
INPUT
{
 FONT-SIZE: 10pt;
 COLOR: black;
 font-family: Arial,sans-serif;
 TEXT-DECORATION: none
}

SELECT
{
 FONT-SIZE: 10pt;
 font-family: Arial,sans-serif;
 TEXT-DECORATION: none
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}



/**************** Title *****************/

.pageTitle {
	font-weight: bold;
	font-size: large
}

.subTitleWhite {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12pt;
}

.subTitleBlack {
	color: black;
	font-weight: bold;
	font-size: 12pt;
}

.menu {
	font-weight: bold;
	font-size: 10pt;
}

/********************* end **********************/
