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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #292C25;
	background-image: url(imgs/bg.jpg);
	background-repeat:repeat-y;
}



/* CONTENT */
.page_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	color: #FFF;
}

.style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #FFF;
}

		
.content_bold {
	font-size: 18px;
	color: #FFF;
	line-height: 30px;
}
.content_small_header {
	font-size: 14px;
	color: #FFF;
	line-height: 24px;
}
.content_header {
	font-size: 22px;
	color: #FFF;
	line-height: 40px;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	color: #AAB8A0;
}
.content_examples {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #AAB8A0;
}
.content_link {
	color: #AAB8A0;
}
.content_link:link {
	color: #A2D603;
}
.content_link:visited {
	color: #A2D603;
}
.content_link:hover{
	color: #fff;
}
.content_link:active {
	color: #A2D603;
}



/* MENU */
.menu_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #AAB8A1;
	letter-spacing: -1px;
}

.menu_link:link {
	color: #AAB8A1;
	text-decoration: none;
}
.menu_link:visited {
	color: #AAB8A1;
	text-decoration: none;
}
.menu_link:hover {
	color: #A2D603;
	text-decoration: none;
}
.menu_link:active {
	color: #A2D603;
	text-decoration: none;
}

/* Duyuru */
.duyuru_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #AAB8A1;
	letter-spacing: 0px;
}
.duyuru_link {
	color: #AAB8A0;
}
.duyuru_link:link {
	color: #A2D603;
}
.duyuru_link:visited {
	color: #A2D603;
}
.duyuru_link:hover{
	color: #fff;
}
.duyuru_link:active {
	color: #A2D603; 
}
input {
	font-size: 11px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #666699;
	background-color: #AAB8A1;
}
textarea {
	font-size: 11px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #666699;
	background-color: #AAB8A1;
}

