html {
    border-left: 0px;
}
body, form, a, div, span, ul, ol, li, table, caption, tr, th, td, img, strong, em, p, h1, h2, h3, h4, h5, h6, pre {
    padding: 0px;
    border: 0px;
    margin: 0px;
}
body {
    color: #404040;
	background-color:#ffffff;
}
body, h1, h2, h3, h4, h5, h6, table, tr, th, td {
    font-family: arial, georgia, helvetica, verdana, lucida, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
	color: #404040;
}	
input, select, option, textarea {
	font-family: arial, georgia, helvetica, verdana, lucida, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
	color:#404040;
	border:1px solid #404040;
	background-color:#ffffff;
}
strong, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
	font-size:22px;
	font-weight:normal;
}
h2 {
	font-size:15px;
	font-weight:normal;
	color:#090816;
}
h3 {
	font-size:14px;
	margin-bottom:10px;
	color:#ffffff;
}
h4 {
	font-size:14px;
	color:#090816;
}
h5 {
	font-size:11px;
	font-weight:normal;
}
.h1Title {
	font-size:20px;
	text-align:center;
	color:#cc2323;
	padding:5px;
}

a {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
li {

}
strong {
	font-weight:bold;
}
small {
	font-size:10px;
}
tbody {
	color:#090816;
}
/* TinyMCE HACK */ 
p { 
	margin-bottom:15px;
	font-size:12px;
}
.MsoNormal {
	text-align:left;
	font-size:12px;
}
/* end HACK */


#wrapper {
	position:absolute;
    float: center;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	z-index:0;
}
#error404Message {
	font-family:Georgia;
	font-weight:bold;
	font-size:14px;
	float:center;
	margin-top:70px;
	z-index:1000;
	color:#090816;
	text-align:center;
}
#feedback_user {
	color:#FF0000;
	text-align:center;
}
#feedback_system {
	color:#FF0000;
	text-align:center;
}

