/* MAIN STYLESHEET */



/* Main Structure */
body {
	background-color: white;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #555555;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
}

p, .normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: normal;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.foot {
	color: #3d753a;
	font-size: 0.7em;
}

h1 {
	color: #9361c8;
	font-size: 1em;
}

h2 {
	color: #9361c8;
	font-size: 0.8em;
}

.news_headline {
	color: #9361c8;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
}

li {
	list-style-image: url("images/bullet.gif");
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: normal;
}
	


A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3d753a;
	text-decoration: underline;
	font-weight: bold;
}


A:Hover {
	color: #9361c8;
}

A.newslink {
	color: #3d753a;
	font-size: 0.7em;
	text-decoration: none;
}

A.newslink:Hover {
	color: #9361c8;
	text-align: center;
}

a.foot {
	color: #3d753a;
	font-size: 1em;
	text-decoration: none;
}

a.nav {
	color: #5400a8;
	text-decoration: none;
}

a.nav:Hover {
	color: #3d753a;
}

HR {
	color: #5400a8;
	height: 2px;
}



table.box {
	border-width: 1px;
	border-color: #d2e5b9;
	border-collapse: collapse;
	border-style: solid;
}

table.box_bkg {
	border-width: 0px 0px 0px 0px;
	border-color: #555555;
	border-collapse: collapse;
	border-style: solid;
	background-color: #f3f3f3;
}

table.forward {
	border-width: 1px;
	border-color: #B46C36;
	border-collapse: collapse;
	border-style: solid;
}


.loggedin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	font-weight: normal;
	text-align: right;
}

	



td.bkg {
background-color: #F5FAF3;
}


