.text {
	font-family: Verdana;
	font-size: 10;
	color: #333333;
	text-decoration: none;
}
.heading {
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	color: #3FB482;
}
a:link {
	font-family: Verdana;
	font-size: 10;
	color: #999933;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 10;
	color: #999933;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 10;
	color: #3FB482;
	border: none;
}
.textlink {
	font-family: Verdana;
	font-size: 10;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.linkinfo {
	font-family: Verdana;
	font-size: 10;
	font-style: italic;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-family: Verdana;
	font-size: 10;
	color: #3FB482;
}
h1 {
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	color: #3FB482;
	margin:0 0 10px 0;
}
h2 {
	font-family: Verdana;
	font-size: 10;
	font-weight: bold;
	color: #333333;
	margin:0 0 10px 0;
}
#maintext {
	padding:0 20px 10px 20px;
	font-family:Verdana;
	color: #333333;
	font-size:10;
}
.link_title {
	font-style:Verdana;
	color: #666666;
	font-size:10;
	font-weight:bold;
	width: 300;
}
.file_size {
	font-style:Verdana;
	color: #666666;
	font-size:10;
}
.error {
    font:9pt Tahoma,sans-serif;
	color:#f00;
	font-weight:bold;
	text-align:center;
	padding:10px;
}
.success {
    font:9pt Tahoma,sans-serif;
	color:green;
	font-weight:bold;
	text-align:center;
	padding:10px;
}

