/* APLIMS CSS */

body		{
		padding: 0;
		margin: 0 auto;
		background: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 95%;
		}

.nav		{
		background-color: #0a0972;
		}

img		{
		border: 0px solid;
		background: none;
 		}

p		{
		text-align: left;
		}

ul		{
		text-align: left;
		list-style-type: square;
		}

ol		{
		text-align: left;
		}

dl		{
		text-align: left;
		}

h1		{
		text-align: left;
		font-weight: normal;
		font-style: italic;
		font-size: 140%;
 		color: #000;
		}

h2		{
		text-align: left;
		font-style: italic;
		font-size: 100%;
 		color: #000;
		}

#content a	{
		text-align: left;
		}

#content table	{
 		font-size: 80%;
		text-align: center;
 		}


/* Layer definitions */

#mainnav	{
 		clear: both;
 		padding-top: 0px;
		padding-bottom: 0px;
		height: 22px;
 		background: #fff;
		background-image: url(../common/mainnav1.gif);
 		text-align: left;
 		font-size: 9pt;
		font-variant: small-caps;
		font-style: normal;
 		}

#content	{
 		clear: both;
 		padding-top: 3px;
 		padding-bottom: 3px;
 		padding-left: 20px;
 		padding-right: 20px;
		color: #000;
		text-align: center;
	 	font-size: 85%;
	 	overflow: auto;
		line-height: 1.5;
		width: 650px;
		}
		
#nav		{
 		clear: both;
		color: #fff;	
 		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: left;
 		}


/* main navigation */

#mainnav a:link
 		{
 		color: #fff;
 		font-weight: bold;
 		text-decoration: none;
 		}

#mainnav a:visited
 		{
 		color: #fff;
 		font-weight: bold;
 		text-decoration: none;
 		} 	


#mainnav a:hover
 		{
 		color: #fff;
 		font-weight: bold;
 		text-decoration: underline;
 		} 		
		
#mainnav a:active
 		{
 		color: #fff;
 		font-weight: bold;
 		text-decoration: none;
 		} 


/* navigation */

#nav a:link	{
 		color: #fff;
 		font-weight: bold;
 		text-decoration: none;
 		}

#nav a:visited	{
 		color: #fff;
 		font-weight: bold;
 		text-decoration: none;
 		} 	
	
#nav a:hover	{
 		color: #fff;
 		font-weight: bold;
 		text-decoration: underline;
 		} 		

#nav a:active	{
 		color: #fff;
 		font-weight: bold;
 		text-decoration: underline;
 		} 

#nav table.sub	{
		width: 180px;  		
		text-align: left;
		vertical-align: top;
		font-weight: bold;
		background-color: none;
		color: #fff;
		font-size: 10pt;
 		position: relative; left: 10px;
		}

#nav table.main	{
		width: 200px;  	
		height: 22px;	
		text-align: center;
		vertical-align: center;
		font-weight: bold;
		background-color: none;
		color: #fff;
		font-size: 8pt;
		background-image: url(../common/nav1.gif);
		}

