
/* main styles */

body {
	background-color: #ffffff; 
	background: url("../gfx/head09bg2.jpg") repeat-x;
	margin: 0px; 
	padding: 0px; 
	text-align: center;
}

td, body {
	color: #696666; 
	font: 11px tahoma, verdana, helvetica, arial, geneva, sans-serif; 
	line-height:1.6em;
}

img {
	border: none;
}

/* link styles */

a, a:visited, a:active {
	color: #f15220; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.noline, a.noline:visited, a.noline:hover {
	border-bottom: none;
}

a.main, a.main:visited, a.main:active {
	color: #696666;
	font: 14px arial, verdana, helvetica, tahoma, geneva, sans-serif;
	font-weight: bold;
}

a.main:hover {
	color: #f15220;
	text-decoration: none;
}

a.second, a.second:visited, a.second:active, .lang, a.lang, a.lang:visited, a.lang:active {
	color: #ffffff;
	font: 12px arial, verdana, helvetica, tahoma, geneva, sans-serif;
	font-weight: bold;
}

a.second:hover {
	color: #f15220;
	text-decoration: none;
}

a.lang:hover {
	text-decoration: none;
}

a.langnew , a.langnew:visited, a.langnew:active, .langnew {
	color: #f15220;
	font: 12px arial, verdana, helvetica, tahoma, geneva, sans-serif;
	font-weight: bold;
}

a.third , a.third :visited, a.third :active, .third {
	color: #1f1b11;
	font: 12px arial, verdana, helvetica, tahoma, geneva, sans-serif;
	font-weight: bold;
}

a.third:hover {
	color: #ffffff;
	text-decoration: none;
}

a.thirdnew , a.thirdnew:visited, a.thirdnew:active, .thirdnew {
	color: #696666;
	font: 12px arial, verdana, helvetica, tahoma, geneva, sans-serif;
	font-weight: bold;
}

a.thirdnew:hover {
	color: #f15220;
	text-decoration: none;
}

.oldwhite {
	color: #ffffff;
	font: 12px arial, verdana, helvetica, tahoma, geneva, sans-serif;
	font-weight: bold;
}

/* form styles */

form {
	margin: 5px 0px 0px 0px;
}

input, select {
	border: 1px #696666 solid;
	font: 11px tahoma, verdana, helvetica, arial, geneva, sans-serif; 
	color: #696666;
	padding: 2px;
	margin-bottom: 3px;
}

input:focus, select:focus {
	border: 1px #40444c solid;
}

.search, .search:focus {
	border: 1px #ffffff solid;
	background-color: #ffffff;
	margin-bottom: 1px;
}

.radio {
	border: none;
	margin: 0px;
}

button, .button {
	background-image: url(../gfx/button_bg.png);
	color: #d5e3fd;
	font: 11px tahoma, verdana, helvetica, arial, geneva, sans-serif; 
	padding: 1px 5px 1px 5px;
	margin-left: 2px;
}

.checkbox {
	margin: 2px 0px 6px 0px;
}

legend {
	color: #154087; 
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

fieldset {
	padding: 8px 10px 5px 10px;
	margin-bottom: 5px;
	border: 1px #c1cde5 solid;
}

label {
	clear: left;
	float: left;
	text-align: right;
	padding-right: .5em;
	font-weight: bold;
	width: 40%;
}

.field2 {
	background-color: #d6e4ff;
	padding: 8px 5px 4px 5px;
}

.field2 label {
	width: 50%;
}

.nofloat {
	float: none;
	clear: none;
	width: auto;
	padding: 0px 4px 0px 4px;
}

.sminput {
	width: 90px;
}

.medinput {
	width: 150px;
}

/* content styles */

.mainblock {
	border-left: 1px #b2b1b1 solid;
	border-right: 1px #b2b1b1 solid;
	border-bottom: 1px #b2b1b1 solid;
	width: 730px;
	background-color: #f4f4f4;
	padding: 0px 1px 1px 1px;
	margin: 0px auto;
	display: table;
}

.content {
	width: 100%;
	margin-top: 12px;
	text-align: left;
	display: block;
}

.fullwidth {
	display: table;
	width: 100%;
	padding-bottom: 25px;
}

.rightcol {
	text-align: left;
	float: right;
	width: 470px;
	padding: 0px 15px 25px 0px;
}

.leftcol {
	float: left;
	width: 225px;
	padding: 0px 0px 25px 10px;
	text-align: center;
	display: inline;
}

.footer {
	width: 100%;
	background-image: url(../gfx/footer_bg.png);
	height: 24px;
	vertical-align: middle;
	color: #d5e3fd;
	font-size: 9px;
	text-align: left;
	clear: both;
}
/* text styles */

.compulsory {
	color: #fe4110;
	font-weight: bold;
}

.mid_color {
	color: #e30050;
}

.date {
	color: #f15220; 
}

h1 {
	font-weight: bold;
	font: 29px arial, tahoma, verdana, helvetica, geneva, sans-serif;
	margin: 0px 0px 10px 0px;
	color: #f15220; 
}

h2 {
	font-weight: bold;
	font: 29px arial, tahoma, verdana, helvetica, geneva, sans-serif;
	margin: 0px;
	color: #f15220; 
}

h3 {
	font-weight: bold;
	font: 18px arial, tahoma, verdana, helvetica, geneva, sans-serif;
	margin: 0px;
	color: #f15220; 
}

h4 {
	color: #e30050;
	font-weight: bold;
	font: 14px tahoma, arial, verdana, helvetica, geneva, sans-serif;
	margin: 0px;
}

.leadin {
	font-weight: bold;
	color: #676767;
}

.tcomment {
	text-align: left;
	padding: 0px 5px 0px 5px;
}

/* list styles */

UL {
	padding: 0px; 
	list-style: none; 
	margin: 4px 0px 4px 0px;
}
UL LI {
	padding: 0px 0px 0px 30px; 
	background-image: url(../gfx/bullet3.png); 
	background-repeat: no-repeat; 
	background-position: 14px 5px; 
	margin: 0px 0px 5px 0px;
}

UL.menu {
	margin-left: 0px; 
	padding-left: 0px; 
	list-style: none; 
	margin: 0px
}
UL.menu LI {
	padding-left: 40px; 
	background-image: url(../gfx/bullet.png); 
	background-repeat: no-repeat; 
	background-position: 26px -1px; 
	margin: 0px 0px 12px 0px;
}
