*{
	font-weight: normal;
	font-family: Verdana;
	font-size: 11;
}

html, body {
	background-color: transparent;
}

H1{
	font-weight: bold;
	font-family: Arial;
	font-size: 14;
}
H2{
	font-weight: bold;
	font-family: Arial;
	font-size: 12;
}
BODY{
	background-color: #FFF6D5;
	margin: 0px;
}
INPUT,TEXTAREA{
	border: 1px solid black;
}
A{
	font-weight: bold;
	color: #FFF6D5;
	text-decoration: none;
}
A:hover{
	text-decoration: underline;
}

A.res_link:hover{
	color: #FF0000;
	text-decoration: none;
}
A.win_link:hover{
	color: #7FC31C;
	text-decoration: none;
}
A.pri_link:hover{
	color: #FF0000;
	text-decoration: none;
}
A.ver_link:hover{
	color: #0066CC;
	text-decoration: none;
}
A.wor_link:hover{
	color: #7FC31C;
	text-decoration: none;
}
A.cat_link:hover{
	color: #00CCFF;
	text-decoration: none;
}

.res_cur{
	color: #FF0000;
	font-weight: bold;
}
.win_cur{
	color: #7FC31C;
	font-weight: bold;
}
.pri_cur{
	color: #FF0000;
	font-weight: bold;
}
.ver_cur{
	color: #0066CC;
	font-weight: bold;
}
.wor_cur{
	color: #7FC31C;
	font-weight: bold;
}
.cat_cur{
	color: #00CCFF;
	font-weight: bold;
}

A.res_sub{ color: #FF0000; }
A.res_sub:hover{ text-decoration: none; }
A.res_sub_cur{ color: #FF0000; text-decoration: underline; }
A.win_sub{ color: #7FC31C; }
A.win_sub:hover{ text-decoration: none; }
A.win_sub_cur{ color: #7FC31C; text-decoration: underline; }
A.ver_sub{ color: #0066CC; }
A.ver_sub:hover{ text-decoration: none; }
A.ver_sub_cur{ color: #0066CC; text-decoration: underline; }
A.wor_sub{ color: #7FC31C; }
A.wor_sub:hover{ text-decoration: none; }
A.wor_sub_cur{ color: #7FC31C; text-decoration: underline; }
A.cat_sub{ color: #00CCFF; }
A.cat_sub:hover{ text-decoration: none; }
A.cat_sub_cur{ color: #00CCFF; text-decoration: underline; }

.logo{
	height: 55px;
	text-align: center;
}
.menu_top{
	background-color: black;
	height: 21px;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
}
.menu_bottom{
	background-color: black;
	height: 21px;
	font-weight: bold;
}
.balk_onder{
	background-color: black;
	height: 25px;
	padding-left: 7px;
	padding-right: 7px;
}
.content_left{
	vertical-align: top;
	text-align: left;
	width: 50%;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content_right{
	vertical-align: top;
	text-align: left;
	width: 50%;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.space_top{
	height: 10px;
}
.space_bottom{
	height: 5px;
}