/* CSS Document */

a:link {
    BACKGROUND: none; text-decoration:underline; COLOR: #cc0000; CURSOR: help; 
	}

a:visited {
    BACKGROUND: none; text-decoration:underline; COLOR: #990000; CURSOR: help;
	}

a:hover{color:ffffff; 
	}

#content {
	width: 780px;
	padding: 0;
	border: 0;
	margin: auto;
	}

html>body #content {
	width:780;
	}

body{
   	FONT-FAMILY: trebuchet, tahoma, verdana;
   	FONT-SIZE: 1em;
	color: #000055;
	background-image:url(images/background.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:780px;
	margin:auto;
   }

p {
	padding: 0;
	margin: 0;
	text-align:justify;
	}

h1 {
	color: #000055;
	font-size:2em;
	font-weight:bold;
	text-align: center;
	line-height: normal;
	clear: left;
	margin: 0;
}

h2 {
	color: #800000;
	font-size:1.5em;
	font-weight:bold;
	font-style: normal;
	text-align: left;
	line-height: normal;
	margin: 0;
	}

h3 {
	color: #800000;
	font-size:1.5em;
	font-weight:bold;
	text-align: left;
	line-height: normal;
	margin: 0;
	}

h4, h5, h6 {
	color: #000055;
}

.style1 {
	color: #800000;
	font-size:1.25em;
	font-weight:bold;
	text-align: left;
	}
	
.style2 {
	color: #000055;
	font-size:1.25em;
	}

p.imageleft {
	float: left;
	font-size: 0.8em;
	text-align: center;
	color: #000055;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.imageright {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #000055;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.imageleft img {
	display: block;
	border: 1px solid #000055;
}

p.imageright img {
	display: block;
	border: 1px solid #000055;
}

td.bttn {
	border-style:outset;
	background-color:#CCCCCC;
	width:8em;
	padding:0.5em;
	text-align:center;
	color:#000055;
}

td.bttn:hover {
	border-style:outset;
	background-color:#CCCCCC;
	width:8em;
	padding:0.5em;
	text-align:center;
	color: #0000FF;
}

.skip {
	width:0;
	height:0;
	overflow:hidden;
	float:left;
	display: inline;
}
