<!-- Default text properties -->

a.text:link {
	text-decoration  : underline;
	color            : #548eb3;
}
a.text:visited {
	text-decoration  : underline;
	color            : #243d4d;
}
a.text:hover {
	text-decoration  : underline;
	background-color : #548eb3;
	color            : #ffffff;
}

body,form,td,th,p,h1,h2,h3,h4 {
	font-family      : Verdana, "Trebuchet MS", Lucida, Arial, Helvetica;
	font-size        : 14px;
	font-style       : normal;
	font-weight      : normal;
	color            : #000;
}

h1 {
	font-family : Verdana, 'Trebuchet MS', Arial, Helvetica;
	font-size   : 18px;
	font-style  : normal;
	font-weight : bold;
	margin-left : 15px;
	color       : #000000;#eda072;#da9673;
}

h2 {
	font-family : Verdana, 'Trebuchet MS', Arial, Helvetica;
	font-size   : 16px;
	font-style  : normal;
	font-weight : normal;
	margin-left : 0px;
	color       : #3b406b;
  border-bottom: 1px solid #080e35;
}


h3 {
	font-family : Verdana, 'Trebuchet MS', Arial, Helvetica;
	font-size   : 14px;
	font-style  : normal;
	font-weight : normal;	
	margin-left : 35px;
	color       : #838383;

}

h4 {
	font-family : Verdana, 'Trebuchet MS', Arial, Helvetica;
	font-size   : 10px;
	font-style  : normal;
	font-weight : normal;
	margin-left : 20px;
	color       : #da9673;

}

