/* CSS Document */
body{
background-color: #02143A; font: 12px arial; color: #ffffff; line-height: 55px;
margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */}
/*links*/
a {
	color: #cccccc;
	text-decoration: underline;
	font: bold 12px arial;}
a:hover {
    color: #cccccc;
	text-decoration: underline;
	font: bold 12px arial;}
.tlink {
	color: #993333;
	text-decoration: none;
	font: bold 12px arial;}


/*just text */
p {font: 12px arial; line-height: 30px; padding-bottom:10px;}
li{font: 12px arial; line-height: 30px;}
ul{font: 12px arial; }
h5{font: bold 14px arial;padding-left: 5px;padding-right: 5px;}
.h4{color:#EAF808; font: 12px arial;font-weight: bold;padding-bottom:19px;}
.h1{font: 22px arial; color: #EAF808; font-weight: bold; text-decoration: underline;}
/*inside text*/
h1{font: 22px arial; color: #EAF808; font-weight: bold;}
h2{font: 18px arial; color: #ffffff; font-weight: bold;}
h3{color:#EAF808; font: 14px arial;font-weight: bold;  line-height: 24px; }
h4{color:#EAF808; font: 12px arial;font-weight: bold;}
