@charset "iso-8859-1";

body {font-family:arial,helvetica,sans-serif;
	 color:#000000; background:#ffffff;	
	 margin-top: 50px;
  	 	}
  	 	
table.center {margin-left: auto;
		margin-right: auto;
		}

h1 {font-size:20pt;
	margin-left:20pt;
	margin-right:20pt;
	text-align: left;
	} 
	
h2 {font-size:16pt;
	margin-left:20pt;
	margin-right:20pt;
	text-align: left;
	}
	
h3 {font-size:12pt;
	margin-left:20pt;
	margin-right:20pt;
	text-align: left;
	}	
		
p {font-size:12pt;
	margin-left:20pt;
	margin-right:20pt;
	}
	
li {font-size:12pt;
	margin-left:20pt;
	margin-right:20pt;
	text-align: left;
	}	
		

td.paleblue {background-color: #BFBFFF;
	color:#000000;
	padding-bottom:0pt;
	border-color: #0000C9;
	border-width: 1px;
	}

b.red {color: #960000;}		

td.outline {
	border-left: solid; 
	border-right: solid; 
	border-width: 1px;
	border-color: #0000ca;
	}
	
td.border {
	background-color: #D6D6FF;
	border-left: solid; 
	border-right: solid; 
	border-top: solid; 
	border-width: 1px;
	border-color: #0000ca;
	}
	
div.outside{
	border-color: #0000ca;
	border-style: solid;
	border-width: thin;
	width: 800px;
	}	

/*Menu Links */
a.menu:link { color: #0000ca; font-size: 14pt; font-weight: bold; text-decoration:none; }  /* for unvisited links */
a.menu:visited { color: #0000ca; font-size: 14pt; font-weight: bold; text-decoration:none; } /* for visited links */
a.menu:active { color: #cb7e7e; font-size: 14pt; font-weight: bold; text-decoration:none; } /* when link is clicked */
a.menu:hover { color: #cb7e7e; font-size: 14pt; font-weight: bold; text-decoration:none; } /* when mouse is over link */
	
	    
/*Regular Links in page*/
a:link { color: #960000; font-weight: bold; text-decoration:none; }  /* for unvisited links */
a:visited { color: #0000ca; font-weight: bold; text-decoration:none; } /* for visited links */
a:active { color: #cb7e7e; font-weight: bold; text-decoration:none; } /* when link is clicked */
a:hover { color: #cb7e7e; font-weight: bold; text-decoration:none; } /* when mouse is over link */
