/*GENERAL STRUCTURE*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

.background {
	background-image:url(../images/repeat_bg.jpg);
	background-repeat: repeat-y;
}

img { border: 0; }

/*MENU*/

#dropmenudiv{
	position:absolute;
	font:normal 10px/18px Georgia, "Times New Roman", Times, serif;
	z-index:100;
	color: #000000;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0 solid #666666;
	border-left: 1px solid #666666;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #666666;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #E5FEE5;
}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	text-align: center;
	font-weight: normal;
}

.menu a { text-decoration:none; }
.menu a:hover { text-decoration:none; }

/*GENERAL STYLES*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #666666;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	margin:0 10px 10px 0;
	line-height:30px;}
}

h2 {
	font-size: 16px;
	font-weight:bold;
	margin:0 10px 10px 0;
}

h3 {
	font-size: 14px;
	font-weight:bold;
	margin:0 10px 10px 0;
}

h4 {
	font-size: 12px;
	font-weight:bold;
	margin:0 10px 10px 0;
}

p {
	margin:0 10px 10px 0;
}

small {
	font-size: 9px;
	line-height: 15px;
	color: #666666;
	text-align: center;
}

.caption {
	text-align:center;
	margin-top:10px;
}

.highlight {
	background-color:#E3E3E3;
	padding:10px;
	color:#333333;
	margin-right:10px;
}

#footer {
	background:url(../images/bot_bg.jpg) bottom no-repeat;
}

/*TABLE STYLES*/


