body {
	font-family : Verdana;
	font-size : 13px;
	margin : 0px;
}

small {
	font-size : 9px;
}

td {
	font-size : 11px;
	color : #414141;
}

p {
	font-size : 11px;
}

select { 
	font-family : Verdana;
	font-size : 12px;
}

select.selectSmall {
	font-size : 12px;
}

a {
	color : #0000ff;
	text-decoration : underline;
}

a:hover { 
	text-decoration : none;
}

a.whitelink {
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
}

a.whitelink:hover {
	text-decoration : underline;
}

a.admin {
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

a.admin:hover {
	color : #ffffff;
	text-decoration : none;
}

a.normal {
	color : #000000;
	font-weight : normal;
}

.white {
	color : #ffffff;
}

form {
	display : inline;
}

input {
	font-size : 12px;
	font-family : Verdana;
}

textarea {
	font-size : 12px;
	font-family : Verdana;
}

.red {
	color : #dd0000;
}

.blue {
	color : #0000dd;
}

.login {
	color : #003366;
	font-family : Verdana;
	font-size : 13px;
	margin : 0px;
	font-weight : bold;
}

a.register {	
	font-family : Verdana;
	color : #003366;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
}

a.register:hover {
	text-decoration : underline;
}

a.whitelinksmall {
	font-size : 10px;
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
}
	
a.whitelinksmall:hover {
	text-decoration : underline;
}

.bottomline {
	font-size : 10px;
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
}

h4 {
	color : #990000;
}

h3 {
	color : #990000;
	font-size : 16px;
}

.red {
	color : #dd0000;
}

.green {
	color : #009900;
}

.grey {
	color : #666666;
}

.blue {
	color : #0000cc;
}

.pink {
	color : #ff9999;
}

.perfInput {
	border-style : inset;
	border-width : 2px;
	border-color : #ffffff;
	width : 100%;
}