* {
	padding:0;
	margin:0;
	text-decoration:none;
	list-style:none;
	font-family:Tahoma;
	font-size:12px;
}
A:active { text-decoration : none; font-weight : none; color : #006A99; font-family: Tahoma; }
A:link { text-decoration : none; font-weight : none; color : #006A99; font-family: Tahoma; }
A:visited { text-decoration : none; font-weight : none; color : #006A99; font-family: Tahoma; }
A:hover { text-decoration : underline; font-weight : none; color : #99006A; font-family: Tahoma; }
body {
	background: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
}
body,table,td{
	font-family : Tahoma;
	font-size : 12px;
	color : #333333;
}
select {
	font-family: Tahoma;
	font-size: 12;
}

input {
	font-family: verdana;
	font-size: 11;
}
#top { 
    width : 50%;
    height : 100px;
    padding-left : 5px;
    background-color: #FFFFFF;
}
.contenttitle {
	border-right: #597910 1px solid;
	padding-right: 4px;
	border-top: #597910 1px solid;
	padding-left: 8px;
	padding-bottom: 4px;
	border-left: #597910 1px solid;
	padding-top: 4px;
	border-bottom: #597910 1px solid;
	color: #FFFFFF;
	background-color: #77A216;
	font: 11px Tahoma;
}
