body {
	background-color: #cccccc;
	/*background-image: url(background.jpg);*/
	background-repeat: repeat; /*x or y*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 12pt;
	font-style: normal; /*italic*/
	color: #000000;
	text-align: center;
}

table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 12pt;
	font-style: normal; /*italic*/
	color: #000000;
}

#frame {
	border: 10px solid #ca2024;
	width: 960px;
	margin: 20px auto;
	padding: 0px;
	background-color: #FFFFFF;
}
#nav {
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	border: 0px solid white;
	text-align: center;
	vertical-align: top;
}
#nav h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 11pt;
	font-style: normal;
	color: #ff0000;
	margin: 1px;
	padding: 1px;
}
#content {
	width: 760px;
	margin: 0px;
	padding: 20px;
	text-align: left;
	vertical-align: top;
}
a img { border-color: #000000;}
A:LINK {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	color : #ffffff;
	text-decoration: none;
}

A:VISITED {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	color : #eeeeee;
	text-decoration: none;
}

A:HOVER {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	color : #ff0000;
}

A:ACTIVE {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	color : #ff0000;
}




#content A:LINK, .body A:LINK {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : normal;
	color : #0000ff;
	text-decoration: none;
}

#content A:VISITED, .body A:VISITED {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : normal;
	color : #0000ff;
	text-decoration: none;
}

#content A:HOVER, .body A:HOVER {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : Normal;
	color : #ff0000;
}

#content A:ACTIVE, .body A:ACTIVE {
	font-family : Tahoma, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : normal;
	color : #ff0000;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #000066;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #0000ff;
}

/* news header */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	margin: 20px 0 0px;
	padding: 0;
}

/* Add form headers */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	margin: 20px 0 10px;
}
/* News date */
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	color: #CCCCCC;
	margin: -10px 0 10px;
	text-align: right;
}

/* news paragraph */
.news p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}

div.news {
	border-bottom: 2px solid #CCCCCC;
}
.teams {
	background-image: url(oval.gif);
	width:620px;
	height: 740px;
}
.teams td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style:normal;
	color: #ffffff;
	line-height: 18pt;
}
.Black {
	color: #000000;
}
dt {
	margin-bottom: 10px;
}
dd {
	margin-bottom: 30px;
}
address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	font-style:normal;
	text-align: center;
	color: #000000;
	clear: both;
}

address a:link, address a:visited, address a:hover, address a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #666666;
}