html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

td {font-size: 10pt;}

small {font-size: 8pt;}

strong {
	font-size: 13pt;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin-bottom: 5px;
}

h1 {font-size: 15pt;}
h2 {font-size: 14pt;}
h3 {font-size: 13pt;}
h4 {font-size: 12pt;}
h5 {font-size: 11pt;}
h6 {font-size: 10pt;}

form {
	margin: 0px;
}

A:link {color: #0000ff}
A:visited {color: #0000ff}
A:active {color: #3333ff}
A:hover {color: #ff0000}

ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
}

.RaisedButton {
	border: 1px solid #a3c7e2;
	background: #eef6fb;
	background-image: url(images/ContentBackground.gif);
	background-repeat: repeat-x;
}

.formField {height: 22px;}

.blueButton {
	font-family: tahoma, arial, helvetica, sans-serif;
	background-image: url(images/ButtonBackground.gif);
	background-color: white;
	border: 1px solid #4b7c9f;
	color: white; font-weight: bold;
	font-size: 8pt;
	padding: 1px 5px 1px 5px;
	cursor: pointer;
}

.msgInfo TD {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 1px;
}

.inputField {
	font-family: Tahoma, arial, helvetica, sans-serif;
	margin: 0px;
	font-size: 9pt;
	font-weight: normal;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.dialogWindow {
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background: #F0F0EE;
	border: 0px;
}

.fieldGroup {border: 2px  groove buttonhighlight;}

.lightText {color: graytext;}

.toolList {font: menu}

.listHeading {}

.hosmeno {display: none;}

.news {
	font-size: 8pt;
}

.news h1 {
	margin: 8px 0px 0px 0px;
	color: #2142a3;
	font-size: 8pt;
	font-weight: bold;
}

.forumList {
	font-size: 8pt;
}

.forumList .forum {
	padding: 2px;
	margin-bottom: 5px;
}

.forumList .forum img {
	border-width: 0px;
	float: left;
	margin-right: 5px;
}

.forumList .name {
	color: #2142a3;
	font-weight: bold;
	text-decoration: underline;
}

.forumList .text {
	color: #000000;
	margin-left: 20px;
}

.forumList A {
	text-decoration: none;
}

.forumList A:hover div {
	background-color: #e7eff5;
}

.BoxHeader {
	border: 1px solid #a3c7e2;
	border-bottom: 0px solid transparent;
	padding: 0px 3px 0px 3px;
	font-weight: bold;
	background-color: #999999;
	background-image: url(images/ContentBackground.gif);
	color: white;
}

.BoxContent {
	border: 1px solid #a3c7e2;
	padding: 2px 3px 2px 3px;
	margin-bottom: 10px;
}

.TopMenu {
	background-color: #333399;
	padding: 3px 10px 3px 15px;
	color: white;
	font-size: 8pt;
	margin: 0 0 15px 0;
}

.TopMenu a {
	font-weight: bold;
	text-decoration: none;
}

.TopMenu a:link, .TopMenu a:visited, .TopMenu a:active {
	color: white;
}
	
.TopMenu a:hover {
	color: white;
	text-decoration: underline;
}

.banner {
	height: 79px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	padding: 0;
	overflow: hidden;
	text-align: right;
	font-size: 8pt;
	color: #2142a3;
 }
 
.banner a:link, .banner a:visited, .banner a:active, .banner a:hover {
 	color: #2142a3;
	text-decoration: underline;
}
