/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#004f39;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin-top:1px;
	border-top:1px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:500;
	line-height:40px;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:900;
	line-height:15px;
	margin-bottom:6px;
}


.navbar{
	background-color:#012e21;
	font-weight:900; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
}

.navbar a{
	color:#f1e8ca;
	text-decoration:none;
}

.navbar a:hover{
	text-decoration:underline;
}

a img{
	border:0;
}

h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:10px;
	font-weight:900;
	color:#004f39;
}

h5{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:900;
	line-height:0px;
	color:#004f39;
}

h3 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	line-height:15px;
	margin-bottom:6px;
	color:#666666;
	text-decoration:none;
}

a.linktype1:link {
font-family: Arial;
font-size: 11px;
color: #004f39;
font-weight: bold;
text-decoration: none;
border-bottom: dotted 1px #4C7DAD;
}
	
a.linktype1:visited {
font-family: Arial;
font-size: 11px;
color: #004f39;
font-weight: bold;
text-decoration: none;
border-bottom: dotted 1px #4C7DAD;
}

a.linktype1:hover {
font-family: Arial;
font-size: 11px;
color: #B9B087;
font-weight: bold;
text-decoration: none;
border-bottom: dotted 1px #4C7DAD;
}

a.deletelink:link
{
	font-family: Arial;
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px #4C7DAD;
}

a.deletelink:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #B9B087;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dotted 1px #4C7DAD;
}
