/***********************************************************************************************************************/
/**************************************************** Default Styles ***************************************************/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF9728;
	font-weight: normal;
	border-style: dotted;
	border-color: #FFFFFF;
	border-width: 0px 0px 5px 0px;
	padding-bottom: 3px;
}

h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9728;
	font-weight: bold;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9728;
	font-weight: bold;
}

/***********************************************************************************************************************/
/**************************************************** Content Styles ******************************************************/

.topic {
	font-size: 14px;
	color: #FF9728;
	font-weight: bold;
}

.contentbox {
	clear: both;
	margin: 0 0 15px;
}

.contentimage {
	clear: none;
}

.imageright {
	float: right;
	margin: 0 0 15px 20px;
}

.imageleft {
	float: left;
	margin: 0 20px 15px 0;
}

.photo {
	border: 2px solid #FF9728;
}

a.biglink:link {
	text-decoration: underline;
	font-size: 14px;
	color: #FF9728;
	font-weight: bold;
}
a.biglink:visited {
	text-decoration: underline;
	font-size: 14px;
	color: #FF9728;
	font-weight: bold;
}
a.biglink:active {
	text-decoration: underline;
	font-size: 14px;
	color: #FF9728;
	font-weight: bold;
}
a.biglink:hover {
	text-decoration: none;
	font-size: 14px;
	color: #FF9728;
	font-weight: bold;
}

a:link {
	text-decoration: underline;
	color: #FF9728;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #FF9728;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #FF9728;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #ff9728;
	font-weight: bold;
}

/***********************************************************************************************************************/
/**************************************************** Form Styles ******************************************************/

input.button {
	border-width: 1px;
	border-style: solid;
	border-color: #ffc98f;
	background: #fff;
}

/***********************************************************************************************************************/
/**************************************************** Copyright Styles ******************************************************/

.copyright {
	font-size: 10px;
	color: #fff;
	margin-right: 10px;
}

/***********************************************************************************************************************/
/**************************************************** Menu Styles ******************************************************/

#menu {
}

#menu a:link {
	text-decoration: underline;
	font-size: 13px;
	color: #555;
	font-weight: normal;
}
#menu a:visited {
	text-decoration: underline;
	font-size: 13px;
	color: #555;
	font-weight: normal;
}
#menu a:active {
	text-decoration: underline;
	font-size: 13px;
	color: #555;
	font-weight: normal;
}
#menu a:hover {
	text-decoration: none;
	font-size: 13px;
	color: #555;
	font-weight: normal;
}

