/* CSS Document */

body {
	background: url(images/body_bg.jpg) #FFFFFF left top repeat fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin:0px;
}
p {
	line-height: 150%;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:x-large;
	font-weight:normal;
	color: #57350F;
}

h2 {
	font-size: medium;
	color:#990000;
}
a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	background-color: #CC0000;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	background-color: #CC0000;
}
.nav { font-size:x-small; color: #FFFFFF; };
.nav a:link 	{ color: #CCCCCC; text-decoration:none; font-weight: normal; }
.nav a:visited 	{ color: #CCCCCC; text-decoration:none; font-weight: normal; }
.nav a:hover 	{ color: #FFFFFF; text-decoration:none; font-weight: normal; }
.nav a:active 	{ color: #FFFFFF; text-decoration:none; font-weight: normal; }

.x-small {
	font-size:x-small;
}
.white { 
	color:#FFFFFF;
}
.tableBorder {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.title_bground {
	background: url(images/title_bg.jpg) #2B4E92 left top repeat-x;
}
.content_bground {
	background: url(images/content_bg.jpg) #FFFFFF bottom right no-repeat;
}
.imgBorder {
	border: 1px solid #000000;
}