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

html {
     overflow: -moz-scrollbars-vertical;
}


body
{
	background-color:#CCCCCC;
	padding-top: 0px;
	margin-top:0px;
}

#container
{
	background-color:#FFFFFF;
	width: 700px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	padding: 5px 5px 5px 5px;
}

#logo
{
	text-align:left;
}

#menu
{
	text-align:left;
	background-color:#4db20b;
	width: 690px;
}

#content
{
	text-align: left;
	width:	690px;
	height: auto;
	padding-left: 10px;
	padding-bottom:10px;
}

.standard
{
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 12px;
	font-style					: normal;
	line-height					: normal;
	font-weight					: normal;
	font-variant				: normal;
	text-transform				: none;
	color						: #000000;
	text-align					: justify;
	margin						: 0px 0px 0px 0px;
	padding						: 0px 0px 0px 0px;
	word-spacing				: 0px;
	letter-spacing 				: 0px;
}

.menu
{
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 15px;
	font-style					: normal;
	line-height					: normal;
	font-weight					: bold;
	font-variant				: normal;
	text-transform				: none;
	color						: #ffffff;
	margin						: 0px 0px 0px 0px;
	padding						: 5px 5px 5px 5px;
	word-spacing				: 0px;
	letter-spacing 				: 0px; 
}

.error
{
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 10px;
	font-style					: normal;
	line-height					: normal;
	font-weight					: bold;
	font-variant				: normal;
	text-transform				: none;
	color						: #dd0000;
}

a.menuLink {
	color:#ffffff;
	text-decoration: none;
}
a.menuLink:visited {
	color:#ffffff;
	text-decoration: none;
}
a.menuLink:hover {
	 color: #ffffff;
	 text-decoration: underline;
}

a {
	color:#008000;
	text-decoration: none;
}
a:visited {
	color:#008000;
	text-decoration: none;
}
a:hover {
	 color: #008000;
	 text-decoration: underline;
}
