/* CSS Document */
body{
background-color:#B8C497;
}
.yellow {
	font-size: 16px;
	font-variant: small-caps;
	color: #FEBD19;
	background-color:#4c4686;
	font-family:"trebuchet MS", arial, Georgia;
}
.whiteSmall{
	font-family:"trebuchet MS", arial, Georgia;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#4c4686;
	text-align:center;
	}
	
.whiteSmallNoBackground{
	font-family:"trebuchet MS", arial, Georgia;
	font-size: 10px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
		}
	
.whiteSmallNoBackground2{
	font-family:"serif", Times New Roman;
	font-size: 10px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
		}
		
.whiteSmall a:link {
	font-family:"trebuchet MS", arial, Georgia;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#4c4686;
	text-decoration: underline;
		}

.whiteSmall a:visited{
	font-family:"trebuchet MS", arial, Georgia;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#4c4686;
	text-decoration: underline;
		}

.whiteSmall a:active{
	font-family:"trebuchet MS", arial, Georgia;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#4c4686;
	text-decoration: underline;
		}		
		
.whiteSmall a:hover{
	font-family:"trebuchet MS", arial, Georgia;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#4c4686;
	text-decoration: underline;
		}		
	
.whiteBold{
	font-family:"trebuchet MS", arial, Georgia;
	font-size: 16px;
	color:#FFFFFF;
	font-weight:bold;
		background-color:#4c4686;
		font-variant: small-caps;
	}
	
.whiteBold2{
	font-family:"trebuchet MS", arial, Georgia;
	font-size: 16px;
	color:#FFFFFF;
	font-weight:bold;
		background-color:#4c4686;
	}
	
	.sidebar{
	font-family:"trebuchet MS", arial, Georgia;
	font-size: 11px;
	color:#000000;
	font-weight:bold;
	}
	
	.aboutus{
	font-family:"serif", Times New Roman;
	font-size: 12px;
	color:#FFFFFF;
	font-weight:normal;
	}