hr 
		{
         color: #3399cc;
		 width: 80%
        }
body
        {
	margin:10px 20px 10px 20px;
        background-color: #ffffff;
        }

	A:link
	{
		color: #003366;
		text-decoration: 
	}
        A:active
        {
               color: blue;
               text-decoration: 
        }
        
        A:visited
               
        {
               color: green;
               text-decoration:

        }
        A:hover
        {
               color: #3399cc;
               text-decoration: 
        }
		
		 
.borders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3399CC;
	border: thin solid #3399CC;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	text-transform: capitalize;
	background-color: #FFFFCC;





}
.borders2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399CC;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	text-transform: capitalize;
	background-color: #FFFFFF;
	border-top: thin none #3399CC;
	border-right: thin none #3399CC;
	border-bottom: thin inset #3399CC;
	border-left: thin inset #3399CC;
	padding-left: 5px;



}
.borders3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399CC;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	text-transform: capitalize;
	background-color: #FFFFFF;
	border-top: thin none #3399CC;
	border-right: thin inset #3399CC;
	border-bottom: thin inset #3399CC;
	border-left: thin inset #3399CC;
	padding-left: 5px;

}
.borders4 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	text-transform: capitalize;
	background-color: #FFFFFF;
	border-top: thin none #3399CC;
	border-right: thin none #3399CC;
	border-bottom: thin none #3399CC;
	border-left: thin none #3399CC;
}
.borders5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	text-transform: capitalize;
	background-color: #FFFFFF;
	border: thin inset #3399CC;
	padding-left: 5px;

}
.text {
	font-family: "Arial Unicode MS", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #3399CC;
	text-decoration: none;
}
