/*
	18px elementy!!!
	18 36 54 72 90 
	108 126 144 162 180 198
	216 234 252 270 288
	306 324
*/

#header {
	background-color: #0066ff;
}

#header h1 {
	clear: none;
	font-size: 18px;
	line-height: 36px;
	text-align:right;
	color: white;
	padding-right: 10pt;
	padding-top: 10pt;
	padding-bottom: 0pt;
	margin-bottom: 0pt;
}

#header img {
	border: 0px;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 60px;
	width: 640px;
}

#header a.top {
	display: box;
	width: 108px;
	height: 18px;
	text-align:center;
	float: right;
	color: white;
	font-size: 12px;
	vertical-align: middle;
	/*background-color: #FF9900;*/
	background-image: url('../images/button_1.gif');
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-position: top left;
	text-decoration: none;
}

/*============================================================================*/
#topmenu {
	background-color: #FF9C00;
	border-top: solid 1px white;
}

#topmenu a.m {
	display:block;
	width: 108px;
	height: 17px;
	font-soze: 12px;
	color: #4E1111;
	text-decoration: none;
	float: right;
	text-align:center;
}

#topmenu a.m span {
}

#topmenu a.a {
	font-weight: bold;
}

/*============================================================================*/
#notopmenu {
	background-color: #FF9C00;
	border-top: solid 1px white;
	height: 17px;
}

/*============================================================================*/
#left {
	/*background-image: url('../images/side_1.gif');*/
	height: 324px;
}
/*============================================================================*/
#content {
	/*background-color: #FFF5C0;*/
}

#content caption {
	text-align: center;
	font-size: 14px;
	padding: 0px auto;
}

#content .section {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
#content .bodyhdr {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-align:center;
}
#content td, #content .bodytxt {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
#content .link {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align:center;
}
#content h1 {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}

#content h2 {
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
}

#content h3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

#content a:hover {
	color: #FF0000;
}
#content a:link {
	color: #0000FF;
}
#content a:visited {
	color: #FF00FF;
}
#content a:active {
	color: #0000FF;
}

#content a.link, #content a.link:link, #content a.link:visited, #content a.link:active, #content a.link:hover {
	color:#006600;
	text-decoration:none;
}
#content a.link2, #content a.link2:link, #content a.link2:visited, #content a.link2:active, #content a.link2:hover {
	color:#ACD44C;
	text-decoration:none;
	font-weight:bold;
}

#content .tbl {
	border: solid 1px #d0d0d0;
	border-collapse:collapse;
	padding: 0px auto;
	width: 280px;
	background-color: #ffffff;
}

/*============================================================================*/
#footer {
	background-color: #FF9C00 ;
	font-size: 12px;
	text-align: center;
	color: black;
}

#footer a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

/*============================================================================*/
.alert {
	font-weight: bold;
	color: red;
}

.note {
	font-style: italic;
	color: navy;
}