body {
	background-color: #ccd4cf;
	background-image: url(.gif);
	background-repeat: repeat; /*x or y*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

table, td, div {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 12pt;
	font-style: normal; /*italic*/
	color: #000000;
}

.header {
	width: 99%;
	font-size: 1px;
	text-align: left;
	background-color: #000000;
}

.flash {
	display: none;
}

.container {
	width: 99%;
	border: 0px solid white;
}

.menu {
	display: none;
}
.menu ul {
	margin: 0px;
	padding: 0px;
}
.menu li {
	list-style-type: none;
	border-bottom: 2px solid #cbd1cc;
	padding: 10px;
}
.content {
	background-color:#ffffff;
	padding: 10px;
	text-align: left;
	width: 500px;
}
.clear {
	clear:both;
	font-size: 1px;
}

.footer {
	margin: 0px auto 20px auto;
	width: 960px;
	text-align: center;
}

.powered_by {
	margin: 10px;
	display: none;
}

hr {
	background-color: #cbd1cc;
	color: #cbd1cc;
	border: 1px solid #cbd1cc;
}

A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #000000;
	line-height : 19px;
	text-decoration: none;
}

A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #000000;
	line-height : 19px;
	text-decoration: none;
}

A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #ff0000;
	line-height : 19px;
	text-decoration: none;
}

A:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #ff0000;
	line-height : 19px;
	text-decoration: none;
}


.golf A:LINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : bold;
	color : #cc0000;
	text-decoration : underline;
}

.golf A:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : bold;
	color : #660000;
	text-decoration : none;
}

.golf A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : bold;
	color : #006600;
	text-decoration : underline;
}

.golf A:ACTIVE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : bold;
	color : #009900;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #000066;
}

h2 {
	font-family: Vivaldi, "Comic Sans MS", cursive;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #006600;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: #9daba0;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #9daba0;
}


h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
}



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 : #999999;
}