/* COMMON STYLES */

body {
	margin: 0px;
	padding: 0px;
	background-color: #EFEEDD;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
.contentBG	{
	background-color: #FFF;
}
.contentborder	{
	width: 1px;
	background-color: #E8EEF4;
}
#rainphoto	{
	width: 299px;
	height: 268px;
	background-image: url(../images/common/rain-photo.jpg);
	background-repeat: no-repeat;
}
#starBG	{
	background-image: url(../images/common/star-bg.gif);
	background-repeat: no-repeat;
}
#starBGsidebar	{
	background-image: url(../images/common/star-bg-sidebar.gif);
	background-repeat: no-repeat;
}
TD, td, .BodyText, select, input, textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}
h1, .h1	{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #003B88;
	margin: 0px;
	padding: 0px;
}
h2, .h2	{
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #003B88;
	margin: 0px;
	padding: 0px;
}
.quote	{
	font-family: georgia, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.smbodytext	{
	font-size: 11px;
	line-height: 14px;
	color: #000;
}
ul	{
	margin: 2px 2px 7px 8px;
	padding: 2px 2px 7px 8px;
}
li	{
	padding-bottom: 3px;
}

/* HOMEPAGE */


/* LINK STYLES */

a, a:visited {
	color: #E07915;
	text-decoration: none;
}
a:hover	{
	color: #666;
}

/* FOOTER */
.footer, a.footer, a.footer:visited {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #82827B;
	font-weight: normal;
	text-decoration: none;
}
a.footer:hover	{
	color: #E07915;
}

