/* MAIN STYLESHEET */


/* Main Structure */
body {
	background-color: white;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #371D6C;
	font-size: 1em;
}

p, .normal {
	font-size: 0.80em;
	letter-spacing: 0.08em;
	line-height: 1.5em;
}

.white {
	font-size: 0.8em;
	color: #ffffff;
}

.center {
	text-align: center;
}

.login {
	font-size: 0.75em;
	text-align: center;
}

.newscontent {
	color: #6E6E6E;
}

.msgbd2 {
	background-color: #E9EDED;
	padding: 1px 2px 2px 2px;
}


h1 {
	font-size: 0.9em;
	color: #9c518e;
	font-weight: bold;
}

h2 {
	font-size: 0.8em;
	color: #9c518e;
	font-weight: bold;
}

hr {
	color: #017f97;
	height: 1px;
	width: 80%;
}

hr.full {
	color: #242F5E;
	height: 1px;
	width: 100%;
}

.journaltitle {
	font-size: 0.9em;
	color: #242F5E;
	font-weight: bold;
	letter-spacing: 0.1em;
}


li {
	color: #515A86;
	font-weight: bold;
	font-size: 0.8em;
}


a {
	color: #9b8545;
	font-weight: bold;
	text-decoration: underline;
}
	
a:hover {
	color: #68727B; 
}

a:visited {
	color: #9b8545;
}

.footer {
	font-size: 0.7em;
	color: #9b8545;
}

a.foot {
	color: #9b8545;
	font-weight: normal;
}

a.foot:hover {
	color: #68727B;
}

.black {
	color: #000000;
}

a.whitenav {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a.whitenav:hover {
	text-decoration: underline;
}

a.whitenav:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a.whitenav:visited:hover {
	text-decoration: underline;
}


table.news {
	border-width: 1px;
	border-color: #242F5E;
	border-collapse: collapse;
	border-style: solid;
}

table.pressure {
	border-width: 1px;
	border-color: #68727B;
	border-collapse: collapse;
	border-style: solid;
}

.loggedin {
	font-size: 0.80em;
}

table.bkg {
	border-color: #784f95;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	background-color: #e5e2eb;
}	

.debate1 {
	background-color: #1D295A;
	color: #ffffff;
	font-weight: bold;
}

.debate2 {
	background-color: #C3003B;
	color: #ffffff;
	font-weight: bold;
}



table.bkg2 {
	border-color: #515A86;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	background-color: #E9EDED;
	border-collapse: separate;
}	

.tableheader {
	text-align: center;
	font-style: italic;
}

.journal {
	color: #000000;
	font-weight: bold;
}
	
