
body 
{
	background : #ffffff;
	cursor : auto;
}

.fontStyle1{
	FONT-SIZE: 11;
	font-family: sans-serif ;
	line-height: normal;
	color: Black;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
}

.fontStyle2{
	FONT-SIZE: 20px;
	font-family: sans-serif ;
	line-height: normal;
	color: Black;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	letter-spacing : 1px;
}

.fontStyle3{
	FONT-SIZE: 10;
	font-family: sans-serif ;
	line-height: normal;
	color: Red;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
	text-justify : newspaper;
}

.fontStyle4{
	FONT-SIZE: 9px;
	font-family: sans-serif ;
	line-height: normal;
	color: Black;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-justify : newspaper;
}

.fontStyle5{
	FONT-SIZE: 12;
	font-family: sans-serif ;
	line-height: normal;
	color: Black;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-justify : newspaper;
}

.fontStyle6{
	FONT-SIZE: 9px;
	font-family: serif;
	line-height: normal;
	color: Black;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-justify : newspaper;
}

.linkStyle1{
	TEXT-DECORATION: none;
	font-family : sans-serif;
	font-size : 15px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	line-height : 15px;
}

.linkStyle2{
	TEXT-DECORATION: none;
	font-family : sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	line-height : normal;
}

.linkStyle3{
	TEXT-DECORATION: none;
	font-family : sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	line-height : 15px;
}

.borderTable1{
	border-top-color : Blue;
	border-width : 0;
	background-color : transparent;
	font : bold 12 sans-serif;
	margin-bottom : 15;
	margin-left : 25;
	margin-right : 15;
	margin-top : 15;
}

.borderTable2{
	background-color : Silver;
}

.borderTable3{
	border-style : none none solid solid;
	border-top-color : Blue;
	border-width : 0px 0px 1px 1px;
	border-color : Black;
	background-color : White;
}

.borderPic1{
	border-style : solid ;
	border-width : 1px;
	border-color : Black;
	background-color : transparent;
	margin : 0px 4px 0px 0px;
}

.borderPic2{
	border-style : solid ;
	border-width : 1px;
	border-color : Black;
	background-color : White;
	margin : 0 0 0 0;
}

.borderInputText1{
	border-style : solid ;
	border-top-color : Blue;
	border-width : 1px;
	border-color : Black;
	background-color : #FFE4C4;
}

.borderInputText2{
	border-style : solid ;
	border-width : 1px;
	border-color : Black;
	background-color : #EDFBBE;
	FONT-SIZE: 12;
	font-family: sans-serif ;
	line-height: normal;
	color: Black;
	font-style : normal;
	font-variant : normal;
	font-weight : bolder;
}


a.linkStyle1:link{
	color: Black;
	font-weight : bold;
	width : 99px;
	line-height : 20px;
}
a.linkStyle1:visited{
	color: Black;
	font-weight : bold;
	width : 99px;
	line-height : 20px;
}
a.linkStyle1:hover{
	color: Maroon;
	font-weight : bold;
	background-color : Silver;
	width : 99px;
	line-height : 20px;
}

a.linkStyle3:link{
	color: Black;
	font-weight : bold;
	line-height : 20px;
}
a.linkStyle3:visited{
	color: Black;
	font-weight : bold;
	line-height : 20px;
}
a.linkStyle3:hover{
	color: Maroon;
	font-weight : bold;
	line-height : 20px;
}

td.styleTd:hover{
	background-color : #DCDCDC;
}

td.styleTd1:hover{
	background-color : #DCDCDC;
}

a.linkStyle2:link{
	color: Blue;
	font-weight : bold;
}
a.linkStyle2:visited{
	color: Blue;
	font-weight : bold;
}
a.linkStyle2:hover{
	color: Red;
		font-weight : bold;
}
 UL {
	list-style-image: url(template/images/feature.gif);
	margin-top: 5;
	margin-bottom: 5;
	margin-left : 14;
	margin-right : 5;
} 



