/* CSS Document */
/* CSS Document */
body
	{
	font-size:12px;
	background-color:#909052;
	font-style: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:none;
	color:#FFFFD1;
	border:none;
	}
	
a:link {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

a:active {
	color: #909052;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #909052;
	cursor: pointer;
	font-weight:bold;

}

/* #menu {
		margin-left: 20px;
		background-color: #F2F7FF;
		color: #26265E;
		margin-top: 0px;
		font-weight: none;
		font-size: 12px;
		text-align: center;
		} 
*/

.small {
			font-size: 12px;

}
.title
	{
	font-size:18px;
	color:#FFFFD1;
	font-style:none;
	font-weight:bold;
	text-decoration:underline;
	}
	
h2
	{
	text-decoration:underline;
	color:red;
	font-size:14px;
	}

