
body {
	overflow: auto;
	}

body,table,td,p,div,span {
	color: white;
	font-family: arial;
	font-size: 16px;
	}

input,select,option,textarea,submit,button {
	color: white;
	font-family: arial;
	font-size: 12px;
	background-color: #2f374d;
	border: 1px solid #717ea0;
	}

.pageTitle {
	width:100%;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-top: 47;
	}

.smallTitle {
	font-weight: bold;
	font-size: 13px;

	}

.itemBox {
	border-bottom: 1px dotted black;
	padding:2px;
	margin: 2px 4px 10px 4px;
	}

.formSelect {

	}

.formInput {

	}

.formText {

	}

.formButton {

	}

.notes {
	font-size: 10px;
	color: yellow;
	}

.divText {

	}

.repText {
	width: 200px;
	}

.newsBlock {

	}

.newsTitle {
	text-decoration: underline overline;
	font-weight: bold;
	}

.newsText {

	}

.newsDiv {
	margin: 0px 0px 20px 0px;
	}

.newsArchive {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	}

A:link  {COLOR: yellow;}
A:active  {COLOR: white;}
A:visited  {COLOR: yellow;}
A:hover  {COLOR: white;}