/* 
 *
 * The basic
 * 
 */ 
 
 
html {
	overflow:scroll;
	height: 100%;
}

body {
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
td, p, div {
	font-size: 12px;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #990000;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}



/* Menu */

.menu a {
	/*font-size: 14px;
	color:#666666;
	font-weight: bold;
	margin:0px 0px 0px 10px;
	text-decoration: none;*/
	
	 color:#000000;
	 font-size: 12px;
	 font-family: Verdana;
	 font-style: normal;
	 text-decoration:none;
	 font-weight: bold;
}
.menu a:hover {
	text-decoration: underline;
}






a img {
	border: none;
}

#content_img {
	margin:15px;
}

#header h1 {
	color: #FF0000;
	font-size: 30px;
	margin:0;
	padding:0;
	font-weight: normal;
}

#header h2 {
	color: #000000;
	margin:0;
	padding:0;
}

/* Footer */

.footer {
	color:#999999;
	font-size: 10px;
	font-family: Verdana;
	font-style: normal;
}

.footer a {
	color: #999999;
}

.footer a:hover {
	color: #666666;
}

