/* CSS Document */


/* Basic Tags */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	background: url(../images/bg.gif);
}

h1 {
	color: #43B37B;
	font-size: 16px;
}

h2 {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 13px;
}

h3 {
	font-size: 10px;
	margin-left: 5px;
	margin-bottom: -5px;
}

h4 {
	font-size: 12px;
}

p {
	/**/
}

a:link {
	color: #144A7E;
}
a:visited {
	color: #3A69AF;
}
a:hover {
	color: #D5212A;
}
a:active {
	color: #8697CE;
}

.menu a:link {
	color: #000000;
	text-decoration:none;
}
.menu a:visited {
	color: #222222;
	text-decoration:none;
}
.menu a:hover {
	color: #D5212A;
	text-decoration: underline;
}
.menu a:active {
	color: #444444;
	text-decoration:none;
}



/* Text Styles */
table .footer {
	color:white;
	}

tr .footer {
	background: url(../images/footer_bg.gif) no-repeat;
}
/* Layout Items */

td .callout {
	padding: 10px;
	border: solid white 15px;
	background-color: #f5f5f5;
}

td .alert {
	padding: 10px;
	border: solid white 15px;
	background-color: #FAFF97;
}

tr .headerBG {
	background: url(../images/header_repeat.gif) repeat-x;
}

tr .bottomBarBG {
	background: url(../images/bottom_repeat.gif) repeat-x;
}

table .footer a:link {
	color: #ffffff;
}
table .footer a:visited {
	color: #f5f5f5;
}
table .footer a:hover {
	color: #D5212A;
}
table .footer a:active {
	color: #f3f3f3;
}

table .spec {
	background-color: #f3f3f3;
	border: #999999 1pt solid;
}

#copyright {
	font-size: 8px;
}

.caption {
	font-size: 9px;
}
