
/* Defines main body style of page*/
body, p, td, th {font-family: "Times New Roman", Times, serif;font-size:14px;color:#000033;}

body {
    background-color:#ffffff;
    margin:0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

thead {background-color:#e1e1e1;}
tfoot {background-color:#e1e1e1;}

h1{
	font-variant : small-caps;
	font-size:22px;
	color:#000088;
	border-bottom:1px solid #DFC390;
}

h2{
	font-size:20px;
	color:#DFC390;
	font-style : italic;
	}

li {
	list-style-image : url(../images/bullet_star.gif);
}

.inpt{
	border:1px solid #999999;
}

a, a:visited {color:#444499;text-decoration:underline;}
a:hover {color:#444499;text-decoration:none;}