* {
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

body {
	background: #FEFF99 url(/imgs/background.jpg) no-repeat top center;
	margin: 0px;
	color: #FF0000;
}

a {
	color: #0134FE;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

.box {
	background: url(/imgs/boxBackground.png);
	border: 1px solid #FCBC59;
	padding: 9px;
}

.boxContent {
	/*padding: 5px;*/
}

.element {
	font-size: 1px;
}

.headerText {
	font-size:12pt;
	font-weight: bold;
	padding: 1px 0 1px 6px;
}

.content, .content td {
	color:#666666;
	line-height: 18px;
	
}

.contentText {
	/*margin: 9px;*/
}

.sidemenu {
	padding: 15px;
}

.footer {
	color:#666666;
}

h1 {
	font-size: 11pt;
	font-weight: bold;
	color: #FF0000;
	margin-top: 0px;
	margin-bottom: 6px;
}

h1 a {
	font-size: 11pt;
	font-weight: bold;
	color: #0134FE;
	margin-top: 0px;
	margin-bottom: 6px;
}

.navLink {
	height: 31px;
	border: 0px solid blue;
	line-height: 31px;
}