﻿
/*a {
	color: #003399;
	text-decoration: underline;
}*/

a:link {text-decoration:underline; color:#003399; }     /* unvisited link */
a:visited {text-decoration:underline; color: #003399; }  /* visited link */
a:hover {text-decoration:underline; color:#003399; }   /* mouse over link */
a:active {text-decoration:underline; color:#003399; }   /* selected link */

.HeadLine {
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}	


	
.PageDescriptionHeadline {
	color: #0000aa;
	font: 17px arial,verdana,helvetica,arial;
	font-weight:bold;
	white-space: normal;	
}

#headertext {
    position: absolute;
    height: 116px;
    width: 400px;
    left: 350px;
    top: 150px;
	color: #FFF;
	font: 17px arial,verdana,helvetica;
	font-weight:bold;
	white-space: normal;
	line-height: 14px;
}

#desctext {
    position: absolute;
    height: 116px;
    width: 400px;
    left: 350px;
    top: 170px;
	color: #FFF;
	font: 12px verdana,arial,helvetica;
	font-weight: bold;
	line-height: 14px;
}

.text {
	font-size:10px;
	font-family: verdana, arial, sans-serif;
	line-height: 13px;
	}
	
.subtitle {
	font-size:11px;
	font-family: verdana, arial, sans-serif;
	}	
	
