/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:tahoma;
	font-size:12px;
	color:#0f0f0f;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.divc{
	margin-left:auto;
	margin-right:auto;
}

h1, h2, h3, h4, h5, h6 {
	color:#0099cc;
}

h1{
	font-size:24px;
}


h4{
	font-size:26px;
	font-style:italic;
}

p{
	text-align:justify;
	line-height:1.5em;
}

a{
	color:#0099cc;
}
li{
	list-style-image:url('../images/bullet.png');
	line-height:1.5em;
}


th{
	color:#0099cc;
	font-size:14px;
	font-weight:700;
}

div{
	margin-top:0;
	padding-top:0;
}

.menu_active{
	font-family:tahoma;
	font-size:13px;
	font-weight:700;
	background:url('../images/menu-bg.jpg') repeat-x;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
}

.menu_selected{
	font-family:tahoma;
	font-size:13px;
	font-weight:700;
	cursor:pointer;
	background:url('../images/menu-selected-bg.jpg') repeat-x;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
}

.menu{
	font-family:tahoma;
	font-size:13px;
	font-weight:700;
	background:url('../images/blank.png') repeat-x repeat-y;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	color:#FFFFFF;
	cursor:pointer;
}

.menu_active_sub{
	padding-left:10px;
	padding-right:10px;
	font-family:tahoma;
	font-size:13px;
	font-weight:700;
	background:url('../images/menu-bg.jpg') repeat-x;
	vertical-align:middle;
	display:table-cell;
	text-align:left;
	color:#FFFFFF;
	cursor:pointer;
}

.menu_selected_sub{
	padding-left:10px;
	padding-right:10px;
	font-family:tahoma;
	font-size:13px;
	font-weight:700;
	cursor:pointer;
	background:url('../images/menu-selected-bg.jpg') repeat-x;
	vertical-align:middle;
	display:table-cell;
	text-align:left;
	color:#FFFFFF;
	cursor:pointer;
}

.logged-1{
	display:block;
}

.logged-0{
	display:none;
}

.login-1{
	display:none;
}

.login-0{
	display:block;
}

.announcement{
	background:url('../images/marker1.gif') top left no-repeat;
	padding-left:15px;
	margin-right:5px;
}

.news_subject a{
	font-size:11px;
	font-weight:700;
	color:#FFFFFF;
}

.news_body{
	font-size:11px;
	text-align:left;
}

.news_date{
	font-size:10px;
	font weight:700;
}

.bottom_block_img{
	width:229px;
	height:171px;
	overflow:hidden;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background:#8d8f88;
}


.bottom_block_lnk{
	height:74px;
	width:229px;
	background: #8d8f88;
	border:1px solid #8d8f88;
	color:#fefb77;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
}

.bottom_block_lnk a, .bottom_block_lnk a:visited{
	font-size:16px;
	color:#fefb77;
	text-decoration:none;
	font-weight:bold;
}

.bottom_block_lnk a:hover, .bottom_block_lnk a:active{
	font-size:16px;
	color:#fefb77;
	text-decoration:underline;
	font-weight:bold;
}

.footer{
	margin-top: 10px;
	width: 976px; 
	background: url(../images/footer-bg.jpg) no-repeat; 
	height: 84px;
}

.footer a{
	color:#ffffff;
	text-decoration:none;
}

.footer a:visited{
	color:#ffffff;
	text-decoration:none;
}

.footer a:hover{
	color:#ffffff;
	cursor:pointer;
	text-decoration:underline;
}

.footer a:active{
	color:#ffffff;
	text-decoration:underline;
}
