body {
    background: url(../images/body.jpg) repeat-x;
            background-position: top;
            margin: 0px;
            padding: 0px;
            font-family: Arial, Helvetica, sans-serif;
            text-align: center;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family:Arial, Helvetica, sans-serif;
}

.h1{
font-size: 20px;
color: #000066;
text-align:left;

}

.h2{
font-size: 18px;
color: #E6EFFF;
text-align: left ;

}

.h3{
font-size: 12px;
color: #000066;
text-align: right;

}


.p{font-size:12px;
color: #000066;
text-align: left;

}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #cccccc;
}

blockquote a:link {
color: #000066;
text-decoration:underline;
}

blockquote a:hover {
color: #000066;
text-decoration:none;
}

blockquote a:visited {color:#000066;
text-decoration:underline;
}

blockquote a:active {color:#000066;
text-decoration:underline;
}