/* Presentation Stylesheet */ 

h3 {
	margin:0;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
 }

h4 {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
 }
p {
	margin:0;
	padding-top: 10px;
}
h1 {
	font-size: 24px;
	margin-bottom: 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 0px;
	margin-bottom: -20px;
}


a:link {
	color : #CC6600;
	text-decoration : none;
	font-weight: normal;
}
#contactarea {
	font-family: "trebuchet MS", Arial;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	border: 2px none #CCCCCC;
	padding: 5px;
}

a:visited {
	color : #CC6600;
	text-decoration : none;
	font-weight: normal;
}
a:hover {
	color : #38BEC3;
	text-decoration : underline;
	font-weight: normal;
}
a:active {
	color : #008080;
	text-decoration : underline;
	font-weight: normal;
}

input{
	border:#CCCCCC solid 1px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	width: 300px;
}

input[type="text"]:hover {
	border: 1px solid #38BEC3;
}

input[type="file"] {
	text-decoration: none;
	border: 1px solid #666666;
}

input[type="file"]:hover {
	text-decoration: none;
	border: 1px solid #38BEC3;
}

input[type="submit"] {
	background:#333;
	border: 1px solid #38BEC3;
	color: #38BEC3;
 }
 
input[type="submit"]:hover{
	color: #CCCCCC;
	background: #333;
	border: 1px solid #38BEC3;
 }



a {
    outline: none;
	overflow: hidden;
}
