@charset "UTF-8";
/* CSS Document */


body {
	background-image: url(/www/stormyweather/images/clouds.jpg);
	background-repeat: repeat;
}

table#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	background-color:#D1DAE0;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #44448E;
	border-right-color: #44448E;
	border-bottom-color: #44448E;
	border-left-color: #44448E;
}

table#main a:link {
	text-decoration: none;
	color: #44448E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table#main a:visited {
	text-decoration: none;
	color: #44448E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
			
table#main a:active {
	text-decoration: none;
	color: #44448E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table#main a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.12pt {font-size: 12px}

#td_text {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

#picborder {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-position: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#td_menu {
	vertical-align: top;
	text-align:right;
}

table#menu {
	background-color: #44448E;
	text-align: center;
	font-size:16;
	color:#D1DAE0;
}

table#menu a:link {
	text-decoration: none;
	color: #D1DAE0;
	font-weight:bold;
	font-size:16px;
}

table#menu a:visited {
	text-decoration: none;
	color: #D1DAE0;
	font-weight:bold;
	font-size:16px;
}

table#menu a:active {
	text-decoration: none;
	color: #D1DAE0;
	font-weight:bold;
	font-size:16px;
}

table#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
	font-size:16px;
}

table#footer {
	background-color: #44448E;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

table#footer p {
	color: #D1DAE0;
}

