body {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}	
.style1 {
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}
.style3 {font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
}

.style5 {color: #FF0000;
	font-size: 12px;}
.style6 {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}
.style7 {
	color: #000000;
	font-weight: bold;
}
.style8 {color: #CCCCCC;
	font-size: 12px;}

.style9 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.style10 {font-size: x-small; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; }
.style11 {font-size: 14px; color: white;	font-weight: bold;}
.style12 {font-size: 12px;}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	text-decoration: underline;
}


/* Added on 09/11/2009 by Timur */

/* Header */

#header {
	/*width: 892px;
	height: 160px;*/
	margin: 0 auto;
}

#header * {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 40px 0 0 10px;
	font-size: 25px;
}

#header h2 {
	float: left;
	padding: 91px 0 0 10px;
	font-size: 11px;
	font-weight: normal;
}

#header ul {
	float: right;
	margin: 0;
	padding: 82px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 0 0 8px;
	padding: 12px 10px 0 10px;
	background: #e95;
	text-decoration: none;
	font-weight: bold;
}

.hdrimg { background: #FFFFFF url(images/img1.gif) repeat-x; color: white;}

.botombg { background: #00a6dc; color: white;}

.border_b { border: #00a6dc solid 5px;}
.border_gr { border: #e95 solid 5px;}

