
body {
	font-family: arial, sans-serif;
	background-color: #FEEAFA;
}

table {
	background-color: #FEE0F3;
}

a {
	text-decoration:none;
}

a:link, a:visited {
	color: navy;
}

a:hover {
	text-decoration:underline;
	color: blue;
}

h1 {
	font-size: 48px;
	background-color: #FED2E7;
}

h2 {
	text-align: center;
	background-color: #FED2E7;
}

h2.inside_table {
	text-align: left;
	background-color: #FED2E7;
}

h3
{
	text-decoration: underline;
	background-color: #FED2E7;
}

.top_nav {
	width: 15;
	height: 15;
}

ul
{
	list-style-image: url(arrow.gif);
}
	
img
{
	border: 0;
}

.left_col {
	background-color: #FED2E7;
	padding-left: 5px;
}

table.ins_table {
	padding-left: 5px;
}

.pos_right
{
	float: right;
	padding: 10px;
}
.pos_left
{
	float: left;
	padding: 10px;
}

p.capleft
{
	clear: left;
	padding-left: 10px;
	font-size: 75%;
}

p.captionright
{
	font-style: italic;
	text-decoration: underline;
	clear: right;
}

p.copyright
{
	font-style: italic;
}

div.footer
{
	float: right;
	position: relative;
	bottom: 50px;
}

input
{
	border-color: #B187A1;
}

textarea
{
	border-color: #B187A1;
}

button:focus 
{
	background-color: silver;
	color: black;
}
