/* CSS Document */

body {
	margin: 0px;
	background-color: #FFFFFF;
}
h1 {
	font-family: Tahoma;
	font-size: 18px;
	color: #444444;
	text-align: left;
	font-weight: bold;
	padding: 0px;
}
h2 {
	font-family: Tahoma;
	font-size: 16px;
	color: #444444;
	text-align: left;
	font-weight: bold;
	padding: 0px;
}

.text {
	font-family:Tahoma;
	font-size:13px;
	color:#444444;
	text-align:justify;
}
.text A {
	color:#0093e0;
	text-decoration: underline;
}
.text A:hover {
	color:##0093e0;
}

.textmini {
	font-family:Tahoma;
	font-size:10px;
	color:#444444;
	text-align:left;
}
.textmini A {
	color:#0093e0;
	text-decoration: underline;
}
.textmini A:hover {
	color:##0093e0;
}

.top {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	vertical-align: middle;
}
.top A {
	color: #ffffff;
}

.menu {
	font-family: Tahoma;
	font-size: 12px;
	text-align: left;
	color: #444444;
}
.menu A {
	color: #444444;
	text-decoration:none;
}
.menu A:hover {
	color: #888888;
}

.submenu {
	font-family: Tahoma;
	font-size: 10px;
	text-align: left;
}
.submenu A {
	color: #333333;
	text-decoration: none;
}
.submenu A:hover {
	color: #999999;
	text-decoration: none;
}
