a:link, a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color:#0033FF;
	text-decoration: underline;
}
a:active
{
	color:#999999;
	text-decoration: none;
}


body {
	top: 0px;
	left: 10px;
	right: 10px;
	bottom: 0px;
	background-repeat: repeat-y;
	background-color: #dad9d6;
	background-image: url(images/site_bg_body.gif);
	background-position: center;
}

body, p, ul, ol, .table, textarea, input, select {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 0.75em;
	line-height: 130%;
	color: #000000;
}

.table {
	font-size: 70%;
}
 
textarea, input, select {
	font-size:9pt;
	line-height:normal;
}

.firstPara {
	margin: 0 0 0 0;
	border-bottom: solid #000000 1px;
	padding-bottom: 3%;
	
	font-size:90%;  
	font-weight:bold;
	color:#000000;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	line-height:120%; 
}


/***************************** start top menu *****************************/

.topmenu {
	background-color: #63ABE5;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 160px;
}

.NavLinks2 A:link, .NavLinks2 A:visited {
	font-size:8pt;
	color: #000000;
	display:block;
	width:100%;
	text-decoration: none;
	line-height: normal;
	text-align: center;
}

.NavLinks2 A:hover { 
	text-decoration: none;
	color: #FF0000;
}



.NavBullets ul {
	font-size: 10pt;
	line-height: 120%;
	font-weight: normal;
	color: #666666;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	list-style-type: square;
	margin-left: 10px;
	padding-left: 10px;
}

.NavBullets li {
	padding: 5 0 5 0;
	border-bottom: solid #dddddd 1px;
}


/***************************** end menus *****************************/

h1,h2,h3,h4,h5,h6 {
	color: #CC3333;
}

h1 {
	font-size: 100%;
}

h2 {
	font-size: 90%;
}

h3 {
	font-size: 80%;
}

h4 {
	font-size: 70%;
}

h5 {
	font-size: 60%;
}

h6 {
	font-size: 50%;
}

.small {
	font-size: 8.5pt;
}

.footer {
	font-size: 9pt;
	color: #000000;
}

.date {
	font-size: 8pt;
	color: #999999;
	text-align: right;
}

.siteByLink a:link, .siteByLink a:visited {
	font-size: 8pt;
	color: #666666;
	width: 100%;
	display: block;
	text-decoration: none;
}
.siteByLink a:hover {
	color: #0033FF;
	text-decoration: underline;
}
