/* CSS Document */

body {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size : 10pt;
    color: #000;
	background: #FFF url(images/bg_body.gif) repeat-x;
}


h1,h2,h3,h4,h5 {  
	font-family: Arial, Helvetica;
	color: #003366;
	
}

h1 {
	font-size:16pt;
	margin-bottom:1em;
}

h2 {
	font-size:14pt;
	margin-bottom:0.5em;
}

h3 {
	font-size:12pt;
	margin-bottom:0.5em;
}

p{margin-bottom:1em;}


a:link 	    { color: #0000CC; }
a:active  { color: #FF0000; }
a:hover  { color: #FF0000; }



.pageHeader{
	width:100%;
	height:138px;
	min-height:138px;
	background: url(images/rtop6.gif) 0 0 no-repeat;
	text-align:right;
}

.content {
	height:200px auto;
	min-height:200px;
	background: url(images/bg_menu.gif) 0 0 no-repeat;
	padding-left:150px;
	padding-right:20px;
}

