/* CSS Document */
body {
	font-size: 16px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: left;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: center;
	width: 640px;
	margin-left: auto;
    margin-right: auto;
	
	}
	

#content{
	width: 550px;
	padding-left: 20px;
	text-align:left;
	line-height:120%;
}


h1 {
	color: #A3332F;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height:120%;
}
h2 {
	color: #2F33A3;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:120%;
}


a:link {
	color: #0000BB;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #000066;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

a:hover { 
	color: #CC6600;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
 }
 
.redtextbold {
 	color:#AA0000;
	font-weight:bold;
 }
 
.bluetextbold {
 	color:#0000FF;
	font-weight:bold;
 }
 
 .smalltext {
 	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;;
	line-height:110%;
 }