body {
	background-color: #dddddd;
	font-family: Arial;
/*	font-size: 22px;*/
	color: #302846
}

table {
		background-color: #FFFFFF;
}

.main_table  { 
		background-image: url('/frame/table_bg.gif'); 
		background-repeat: no-repeat;
		background-position: right bottom
}

p, td, th {
	font-size: 12px;
	color: #302846;
	vertical-align: top;
	text-align: left;
}
th{ background-color: #dddddd; }

a:link, a:visited {
	color: #EE0000;
	text-decoration: none;
	font-weight: bold;
}
a:active, a:focus, a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}

p a:link, p a:visited {
	color: #EE0000;
	text-decoration: none;
}
p a:active, p a:focus, p a:hover{
	color: #000000;
	text-decoration: underline
}

h1{
	font-size: 18px;
	color: #EE0000;
	font-weight: bold;
}

h2{
	font-size: 14px;
	color: #302846;
	font-weight: bold;
}

h3{
	font-size: 12px;
	color: #302846;
	font-weight: bold;
}

.footer {
 
 	background-color: #dddddd;
	font-size: 8px;
	text-align: center;
	margin-top: 10px;
 }