/* CSS Document */
body {
		background-color: white;
		color: #333333;
	}
	
h1 {
		font-family: Garamond, Verdana, Arial;
		font-size: 142%;
		font-weight: bold;
		margin: 0px;
		text-transform: uppercase;
	}
	
h2 {
		font-family: Garamond, Verdana, Arial;
		font-size: 95%;
		font-weight: bold;
		margin: 0px;
	}
	
p{
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 70%;
		color: #333333;
		margin: 0em;
	}

a {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 70%;
		/*color: #0033FF;*/
	}

a.plain { 
		text-decoration: none 
	}
	
:link { 
		color: #0066CC;
		}
:visited { 
		color: #0066CC;
		}
:active { 
		color: #0066CC;
		}
		
.align_right{
		text-align: right;
		right: auto;
	}

.align_center{
		text-align: center;
	}
	
.red{
		color: #CC3300;
	}
	
.orange{
		color: #FF6600;
	}
	
.yellow{
		color: #FF9900;
	}

.green{
		color: #009900;
	}

.blue{
		color: #0066CC;
	}
	
.magenta{
		color:#6666FF;
	}
	
.violet{
		color: #663399;
	}

.margin{
		margin-right: 1.5%;
		margin-left: 1.5%;
	}
	
em{
		font-family: "Monotype Corsiva", Geneva, Arial, Helvetica, sans-serif;
		font-size: 150%;
		color: #0066CC;
	}
