@import url(layout.css);

body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.35em;
	background-color: #2e2e2e;
	background-repeat: repeat-y;
	background-position: center top;
	background-image:  url('/images/bg.gif');
}

p {
	max-width : 610px;
	padding-left : 5px;
	padding-right : 5px;
	text-align: left;
}

ul {
	margin : 0;
	padding : 0 20px 20px 20px;
	max-width : 530px;
}

ol {
	margin : 0;
	padding : 0 20px 20px 20px;
	max-width : 530px;
}

li {
	margin : 0 20px;
	padding : 0 0 0 20px;
}

a {
	cursor: hand;
	text-decoration: underline;
	color: #006563;
	font-weight : bold;
}

a.logo {
	cursor: hand;
}

a.white {
	text-decoration: underline;
	color: #ffffff;
	font-weight : bold;
}

a:link {
	font-weight: bold;
}

a:visited {
	font-weight: bold;
}

small {
	font-size: 7.5pt;
	line-height: normal;
}

h1 {
	font-size : 16pt;
	font-weight : bold;
	line-height : normal;
}

h2 {
	font-size: 13pt;
	font-weight : bold;
	line-height: normal;
}

h3 {
	font-size: 14px;
	font-weight : bold;
	line-height: normal;
}

h4 {
	font-size: 11pt;
	font-weight: bold;
	line-height : normal;
	text-decoration: none;
}

hr {
	color: #006563;
	height: 1px;
    border: 0;
    background-color: #006563;	
}

img {
	border:0px;
}

a img {
	/*display:block;*/  
	text-decoration:none;
	border: none;
	/*vertical-align: bottom;*/
}

a img:link {
	/*display:block;*/  
	text-decoration:none;
	border: none;
	vertical-align: bottom;
}

small {
	font-size: 7.5pt;
	line-height: normal;
}

td {
	font-size : 13px;
	line-height : 1.35em;
}


/* Screen Only */
@media screen {
.noprint {display:block !important;}
.noshow {display:none !important;}
}

/* Print Only */
@media print {
.noprint {display:none !important;}
.noshow {display:block !important;}
}


