body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div, p, td, tr, li, ul {
	font-family : Trebuchet MS, Verdana, sans-serif;
	font-size : 14px;
	color : #666666;
	font-style : normal;
	line-height:20px;
}

h1 {
	font-family : Trebuchet MS, Verdana, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #000000;
}

h1.heading {
	font-family : Trebuchet MS, Verdana, sans-serif;
	font-size : 24px;
	font-weight : normal;
	color : #000000;
	line-height:24px;
}

h2 {
	font-family : Trebuchet MS, Verdana, sans-serif;
	font-weight : bold;
	font-size : 16px;
	color : #55724a;
	line-height:20px;
}

h3 {
	font-family : Trebuchet MS, Verdana, sans-serif;
	font-weight : bold;
	font-size : 10pt;
	color : #000000;
}

/*BUTTONS--------------------------------------------------*/

h4 a, h4 a:visited {
	background-color:#55724a;
	border:0px;
	padding:5px 10px 5px 10px;
	color: #FFF;
	font-family : Trebuchet MS, sans-serif;
	font-size : 14px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	text-decoration: none;
}

h4 a:hover {
	background-color:#000000;
	color: #FFF;
}

hr {
	height:1px;
	color:#CCCCCC;
}

a:link {color:#787997;}
a:visited {color:#666666;}
a:hover {color:#000000;text-decoration:none;}


.small {
	font-family : Trebuchet MS, Verdana, sans-serif;
	font-size : 8pt;
}

.footer {
	font-family : Trebuchet MS, Verdana, sans-serif;
	font-size : 10px;
	margin-top:0px;
}

.intro div p, .intro div h1 {
	padding-left:30px;
	padding-right:40px;
}

.intro div h1 {
	font-family : Trebuchet MS, Verdana, sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : #000000;	
}

.odd { background-color: #D5D9FE; }
.even { background-color: #EEEEEE; }

.imgout {
	border: 0;
	filter: alpha(opacity=60);
	margin: 0;
	padding: 0;
}

.imgover {
	border: 0;
	margin: 0;
	padding: 0;
}

/*BACKGROUNDS*/

.homewall {
	background-image : url("/images/home_wall.jpg");
	background-repeat : repeat-x;
}

.homeframe {
	background-image : url("/images/home_bg_frame.gif");
	background-repeat : no-repeat;
}

.wall {
	background-image : url("/images/wall.jpg");
	background-repeat : repeat-x;
}

.wall_koru {
	background-image : url("/images/wall_koru.gif");
	background-repeat : no-repeat;
	background-position: bottom left;
}

/*MENUS*/

.menuhome {
	font-family : Trebuchet MS, Verdana, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration: none;
	cursor : hand;	
	color : #787997;
}

.menuhome:hover {
	color : #000000;
}

.menu {
	font-family : Trebuchet MS, Verdana, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration: none;
	cursor : hand;
	display:block;
	line-height:28px;
	color : #787997;
	padding-left:10px;
}

.menu:hover {
	color : #000000;
	background-color:#f1f1f4;
}

/*FORMS*/

.formmargin {
	margin-top : 0px;
	margin-bottom : 0px;
}

.forminput {
	font-family : Trebuchet MS, sans-serif;
	font-size : 12px;	
	font-weight: bold;
	border: 1px solid #999999; 
	background: #EFEFEF;
	color: #55724a;
	margin: 0;
	padding-left: 3px;
}

#required {
	border-left: 4px solid #999999;	
}


	
	
