@charset "utf-8";
/* CSS Document */

body
{
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	background-image:url(images/background.jpg);
}

a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
a.menu:link {
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover {
	text-decoration: underline;
	color: #FF9900;
}
a.menu:active {
	text-decoration: none;
	color: #FF9900;
}

a.ref {
	font-family: Tahoma;
	font-size: 13px;
	color: #990000;
	font-weight:bold;
}
a.ref:link {
	text-decoration: none;
}
a.ref:visited {
	text-decoration: none;
	color: #990000;
}
a.ref:hover {
	text-decoration: underline;
	color: #CC0000;
}
a.ref:active {
	text-decoration: none;
	color: #CC0000;
}

.tahoma_green
{
	font-family:Tahoma;
	font-size:11px;
	color:#1d4800;
	text-decoration:none;
	font-weight:normal;
}
a.tahoma_green:hover
{
	text-decoration:underline;
	color:#1d4800;
}

.tahoma_red
{
	font-family:Tahoma;
	font-size:11px;
	color:#530000;
	text-decoration:none;
	font-weight:normal;
}
a.tahoma_red:hover
{
	text-decoration:underline;
	color:#530000;
}

.tahoma_blue
{
	font-family:Tahoma;
	font-size:11px;
	color:#032e47;
	text-decoration:none;
	font-weight:normal;
}
a.tahoma_blue:hover
{
	text-decoration:underline;
	color:#032e47;
}

.tahoma_duyuru
{
	font-family:Tahoma;
	font-size:12px;
	color: #1e5e82;
	text-decoration:none;
	font-weight:bold;
}
a.tahoma_duyuru:hover
{
	text-decoration:underline;
	color: #000066;
}

.tahoma_yellow
{
	font-family:Tahoma;
	font-size:11px;
	color:#4e4900;
	text-decoration:none;
	font-weight:normal;
}
a.tahoma_yellow:hover
{
	text-decoration:underline;
	color:#4e4900;
}

.tahoma_pink
{
	font-family:Tahoma;
	font-size:11px;
	color:#4e0035;
	text-decoration:none;
	font-weight:normal;
}
a.tahoma_pink:hover
{
	text-decoration:underline;
	color:#4e0035;
}

.arial_red
{
	font-family:Arial;
	font-size:12px;
	color:#cc0000;
	text-decoration:none;
	font-weight:normal;
}
a.arial_red:hover
{
	text-decoration:underline;
	color:#cc0000;
}

.arial_black
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
a.arial_black:hover
{
	text-decoration:underline;
	color:#000000;
}

.arial_red_bold
{
	font-family:Arial;
	font-size:12px;
	color:#cc0000;
	text-decoration:none;
	font-weight:bold;
}
a.arial_red_bold:hover
{
	text-decoration:underline;
	color:#cc0000;
}

.arial_black_bold
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a.arial_black_bold:hover
{
	text-decoration:underline;
	color:#000000;
}

.form
{
	font-family:Tahoma;
	font-size:11px;
	color:#032e47;
	text-decoration:none;
	font-weight:normal;
	width:100%;
}
a.form:hover
{
	text-decoration:underline;
	color:#032e47;
}

hr {
	border-bottom: 1px dotted #94B1DF; 
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 10px 0px; 
	clear: both;
	}

