@charset "utf-8";
/* CSS Document */
.center {
	text-align: center;
}
body {
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-color: #586E57;
}
#content {
	height: 500px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
}

body,td,th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
}

.h1
{
font-size:17px;
color:#fff;
font-weight:bold;
text-align: center;
}
.menu
{
font-size:12px;
color:#ffffff;
font-weight:bold;
}
.contentlink
{
font-size:12px;
color:#000000;
font-weight:bold;
}
.content-bold
{
font-size:12px;
color:#000000;
font-weight:bold;
}
.footer
{
font-size:10px;
color:#ffffff;
font-weight:bold;
}

/**************** GENERIC SELECTORS - TYPE ****************/ 

p { 
	color: #333;
	font-weight:normal;
}
.p-link { 
	font-size: 13px;
	color: #333; 
} 
.blue { 
	color: #003148; 
} 

/**************** PSEUDO CLASSES - LINK ****************/ 

a:link { 
	text-decoration: none; 
	font-weight: bold;
} 
a:active { 
	text-decoration: underline; 
	font-weight: bold;
} 
a:visited { 
	text-decoration: none; 
	font-weight: bold;
}
a:hover { 
	text-decoration: underline; 
	font-weight: bold;
}

li :link { 
	text-decoration: none; 
	font-weight: bold; 
}
li a:visited { 
	text-decoration: none; 
	font-weight: bold; 
}
li a:hover { 
	text-decoration: underline; 
	font-weight: bold;
} 

/************************* PAGE STRUCTURE ELEMENTS *************************/

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}