/*----------------------------
	Created by astoe, 2009
	filename : main.css
------------------------------*/

body {
	margin: 0 0 0 0;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
	/*font-size: 10px;*/
}

body,p,blockquote,li,th,td {
    font-size: 8pt;
}

h1 { font-size: 1.8em; }

h2 {
    font-family: Verdana, sans-serif;
	font-size: 1.6em; 
	margin-top: 1.6em;
	margin-left: 1.0em;
	padding:0px;
	color: #fff;
}

h3 { 
	font-size: 1.0em;
	font-style: italic;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 0.5em;
	color: #fff;
	text-align: center;
	
}

p,blockquote,pre,ul,ol,dl,table {
    margin-top: 0px;
    margin-bottom: 1em;
}

a, a:hover, a:link {
	text-decoration: none;
	color: white;
}
	
/**** Opera fix ****/
head:first-child+body tr.ruled td{
	background-color: #C6E3FF; 
}

/**** Footer ****/
#footer {
    margin: 40px auto 0 auto;
	text-align: center;
	border-top: dotted 1px gray;
	padding: 20px 0 20px 0;
	width: 90%;
}

#footer p {
	margin: 0px;
	padding: 0;
}

