/* CSS Document */

a:link
{
	text-decoration: none; 
	color:#FF6600;
	font-weight: bold;
}

a:active
{
	text-decoration: none; 
	color:#FF6600;
	font-weight: bold;
}

a:visited
{
	text-decoration: none; 
	color:#FF6600;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline; 
	font-weight: bold;
	color:#808080; 
	cursor: hand;
}

body
{
	margin: 0cm;
	background-color: #FFFFFF;
	background-image: url(../images/bg_bg.gif);
	background-repeat: repeat;
	background-attachment:fixed;
	font-family: arial;
	font-size: x-small;
	text-align:left;
}

h2,h3,h4,h5,h6
{
	color:#FF6600;
	font-family: Gill Sans MT, Arial;
}

h1
{
	color:#BFBCBC;
	font-family: Gill Sans MT, Arial;
	font-size:xx-large;
}

.white
{
	background-color: #FFFFFF;
	padding: 0;
	vertical-align:top;
}

.main
{
	background-color: #FFFFFF;
	text-align: left;
	padding: 0cm 0cm 0cm 0.3cm;
	font-size: small;
	color: #333333;
	vertical-align:top;
}

.insd
{
	
	text-align: right;
	font-size: small;
	color: #333333;
	vertical-align:top;
}

.insd2
{
	
	text-align: center;
	font-size: x-small;
	color: #333333;
	vertical-align:top;
	padding: 0.5cm 0cm 0.1cm 0cm;
}

.insd3
{
	
	text-align: left;
	font-size: small;
	color: #333333;
	vertical-align:bottom;
	padding: 0.1cm;
}

.footer
{	
	background-color: #FFFFFF;
	text-align: right;
	padding: 0.1cm;
	font-size: x-small;
	color: #cccccc;
}