/* Default CSS Stylesheet */

A:link
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
	text-decoration: underline;
}	
	
A:visited
{
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
	text-decoration: underline;
	font-weight: normal;
}	
		
A:active
{
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
	text-decoration: underline;
	font-weight: normal;
}	
		
A:hover
{
	font-weight: normal;
	color: #ab3253;
	text-decoration: underline;
}


A.headingbar:link
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
	text-decoration: none;
}	
	
A.headingbar:visited
{
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
	text-decoration: none;
	font-weight: normal;
}	
		
A.headingbar:active
{
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
	text-decoration: none;
	font-weight: normal;
}	
		
A.headingbar:hover
{
	font-weight: normal;
	text-decoration: none;
}
	
P
{
	font-size: 8pt;
	font-family: ARIAL;
	text-decoration: justify;
	color: black;
}

td
{
	font-size: 8pt;
	font-family: ARIAL;
}
.Heading
{
	font-size: 8pt;
	font-family: ARIAL;
	color : #000000;
	FONT-WEIGHT: bold;
	height:23px;
	padding-left: 5px;
	background-image: url(images/heading_pixel.jpg);
	background-repeat:repeat-x;
}

.ContentHeading
{
	font-size: 8pt;
	font-family: ARIAL;
	color : #000000;
	FONT-WEIGHT: bold;
	height:23px;
	padding-left: 5px;
	background-color:#b6b6b6;
}

.tableHeading
{
	FONT-WEIGHT: bold;
	height:20px;
	padding-left: 5px;
	background-color:#bcc8d7;
}
.tableHeadingNoColor
{
	FONT-WEIGHT: bold;
	height:20px;
	padding-left: 5px;
}
.tableHeadingNoPadding
{
	background-color:#e4e9ef;
}
.listitem1
{
	font-size: 8pt;
	font-family: ARIAL;
	color : black;
	padding-left: 5px;
	background:#d0dbe9;
}
.listitem2
{
	font-size: 8pt;
	font-family: ARIAL;
	color : black;
	padding-left: 5px;
	background:#e4e9ef;
}

INPUT.Button
{
    BORDER-RIGHT: none;
    BORDER-TOP: none;
    FONT-SIZE: 8pt;
    BORDER-LEFT: none;
    COLOR: black;
    BORDER-BOTTOM: none;
    FONT-FAMILY: ARIAL;
	padding-left: 5px;
	padding-right: 5px;
}

input,textarea
{
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
}

input.checkbox
{
	font-size: 8pt;
	color: black;
	font-family: ARIAL;
	padding-bottom:0em;
	padding-top:0em;
}

select
{
	font-size: 8pt;
	color: #000000;
	font-family: ARIAL;
	background-color:#FFFFFF;
}
