/* CSS Document */

BODY {
font-family: verdana;
font-size: 8pt;
background-color: #999999;
background-attachment: scroll;
background-image: url(../static_img/main_background.gif);
background-repeat: repeat-y;
background-position: center center;
scrollbar-face-color: #E7E7E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #555555;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-arrow-color:  #003399;
scrollbar-track-color: #CCCCCC;
scrollbar-darkshadow-color: #98AAB1;
 }

P {
color: #000000;
font-size: 8pt;
font-family: verdana;
font-weight: normal;
margin: 1.5em 0em 0em 0em;
padding: 0em 1.5em 0em 1.2em;
text-decoration: none;
}

P.flat {
color: #000000;
font-size: 8pt;
font-family: verdana;
font-weight: normal;
margin: 0em 0em 0em 0em;
padding: 0em 1.5em 0em 0em;
text-decoration: none;
}

P.box_content {
text-align:  justify;
color: #555555;
font-size: 8pt;
font-family: verdana;
font-weight: normal;
margin: 0em 1.5em 0em 1.5em;
padding: 0em 0em 0em 0em;
text-decoration: none;
}

P.center {
text-align: center;
color: #000000;
font-size: 8pt;
font-family: verdana;
font-weight: normal;
margin: 0em 0em 0em 0em;
padding: 0.5em 0em 0em 0.5em;
}

P.normal {
color: #000000;
text-align:  justify;
font-size: 8pt;
font-family: verdana;
font-weight: normal;
margin: 1.5em 0em 0em 0em;
padding: 0em 1.5em 0em 1em;
text-decoration: none;
}

P.title {
text-align:  left;
color: #666666;
font-size: 8pt;
font-family: verdana;
font-weight: bold;
margin: 1.5em 0em 0em 0em;
padding: 0em 1.5em 0em 1em;
text-decoration: none;
}

P.header {
text-align:  left;
color: #000066;
font-size: 11pt;
font-family: "Trebuchet MS",verdana;
font-weight: bold;
margin: 0em 0em 0em 0em;
padding: 0em 1.5em 0em 1em;
text-decoration: none;
}

P.pagetitle {
text-align:  left;
color: #777777;
font-size: 8pt;
font-family: verdana;
font-weight: normal;
margin: 0em;
padding: 1.5em 0em 0em 1.2em;
text-decoration: none;
}

P.admin_output {
text-align:  left;
color: #99CC00;
font-size: 8pt;
font-family: verdana;
font-weight: bold;
margin: 0em;
padding: 1.5em 0em 0em 1.2em;
text-decoration: none;
}

P.admin_error {
text-align:  left;
color: #FF0000;
font-size: 8pt;
font-family: verdana;
font-weight: bold;
margin: 0em;
padding: 1.5em 0em 0em 1.2em;
text-decoration: none;
}

P.form {
color: #000000;
text-align:  right;
font-size: 8pt;
font-family: verdana;
font-weight: normal;
margin: 1.5em 0em 0em 0em;
padding: 0em 1.5em 0em 1em;
text-decoration: none;
}

UL LI {
	text-align:  justify;
	text-justify: newspaper;
	color: #777777;
	font-size: 8pt;
	font-family: verdana;
	background: none;
	font-weight: normal;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 2em;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: square;
}

OL LI { 
text-align:  justify;
text-justify: newspaper;
color: #777777;
font-size: 8pt;
font-family: verdana;
background: none;
font-style: none;
font-weight: normal;
margin: 0em 0em 0em 0em;
padding: 0em 0em 0em 2em;
}

A:link {
	color:#0066CC;
	text-decoration:none;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
}

A:visited {
	color:#0066CC;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

A:active {
	color:#0066CC;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

A:hover { color:#FF0000;
text-decoration:none;
font-family: verdana;
font-size: 8pt;
font-weight: bold; }

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003399;
	font-style: normal;
	text-align: left;
	background-color: #FFFFFF;
	font-weight: 700;
	border: 1px solid #999999;
	width: 350px;

}

.media {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003399;
	font-style: normal;
	text-align: center;
	background-color: #FFFFFF;
	font-weight: 700;
	border: 1px solid #999999;
	width: 300px;
}

.buttoninput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	border: 1px solid #999999;
	font-style: normal;
	font-size: 8pt;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	height: 20px;
	width: 120px;
}

.registerinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	border: 1px solid #999999;
	font-style: normal;
	font-size: 8pt;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
	height: 20px;
	width: 350px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003399;
	font-style: normal;
	text-align: left;
	background-color: #FFFFFF;
	font-weight: normal;
	font-weight: 600;
	border: 1px solid #999999;
	width: 350px;
	height: 100px;
}

.commentsarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-style: normal;
	text-align: left;
	background-color: #FFFFFF;
	font-weight: normal;
	border: 1px solid #999999;
	width: 250px;
	height: 150px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003399;
	font-style: normal;
	text-align: left;
	background-color: #FFFFFF;
	font-weight: 700;
	border: 1px solid #999999;
	width: 250px;
	}
	
span {
color: #000000;
text-align:  left;
font-size: 8pt;
font-family: verdana;
font-weight: normal;
margin: 1.5em 0em 0em 0em;
padding: 0em 1.5em 0em 1.2em;
text-decoration: none;
}

span.normal {
color: #000000;
text-align:  justify;
font-size: 8pt;
font-family: verdana;
font-weight: normal;
margin: 1.5em 0em 0em 0em;
padding: 0em 1.5em 0em 1em;
text-decoration: none;
}

span.title {
text-align:  left;
color: #666666;
font-size: 8pt;
font-family: verdana;
font-weight: bold;
margin: 1.5em 0em 0em 0em;
padding: 0em 1.5em 0em 1em;
text-decoration: none;
}

span.pagetitle {
text-align:  left;
color: #777777;
font-size: 8pt;
font-family: verdana;
font-weight: normal;
margin: 0em;
padding: 1.5em 0em 0em 1.2em;
text-decoration: none;
}

hr {
	margin: 5px;
	clear: both;
	height: 1px;
	width: 100%;
	color: #CCCCCC;
}

span.center {
text-align: center;
color: #000000;
font-size: 8pt;
font-family: verdana;
font-weight: normal;
margin: 0em 0em 0em 0em;
padding: 0.5em 0em 0em 0.5em;
}