/* CSS Document */

body {
		margin: 15px 0px 0px 20px;
		padding: 0px 0px 0px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #FFF;
		text-align: Left;	
		}
		
	a {
		font-size:10px;
		text-decoration: none;
		color:  #333399;
		outline: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: .05em;
		}
	a:visited {
		color:  #333399;
		}
	a:active {
		color:  #CCC;
		}
	a:hover {
		color: #CCC;
		}
		
	p,h1,pre,td{
		margin:0px 0px 10px 0px;
		line-height: 20px;
		font-size: 10px;
		TEXT-ALIGN: justify;
		}
	
	li{
		margin:0px 0px 0px 0px;
		font-size: 10px;
		line-height: 20px;

		}
	ul{
		list-style-type: square;
		color: #333399;
		}

		
	h1 {
		margin:5px 0px 0px 0px;
		font-size:15px;
		
		font-family:  Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: bold;
		color: #333399;
		text-decoration: none;		
		}
			
	h2 {
		margin:3px 0px 5px 0px;
		font-family:  Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		color: #777;
		text-transform: uppercase;
		}
		
	h3 {
		margin:0px 0px 0px 0px;
		font-family:  Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		text-transform: uppercase;		
		}
				
	hr	{
		margin:0px 0px 0px 0px;
		border: 0;
 		background-color: #333399;
		color:#333399;
		height:1px;

		}	
		
	#pagebody {
		margin:5px 0px 0px 0px;
		width: 533px;		
		}
		
	.header{
		margin:20px 0px 5px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		color: #777;	
	}