	body {
		background-color: #FFFFFF;
		background: url('../img/bg.png') repeat-x;
		color: #000000;
		padding: 0;
		margin: 0;
	}
	#text {
		font-size: 12px;
		font-weight: normal; 
		color: #000000; 
		font-family: Georgia, Times;
		text-align: left;
		line-height: 16px;
	}
	a:link, a:visited, a:active{
		font-family: Georgia, Times;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		color: #996600;
	}
	a:hover { 
		color: #C1AD00;
	}
	a.menu:link, a.menu:visited, a.menu:active{ 
		font-family: Georgia, Times;
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		color: #3366CC;
		text-transform: uppercase;
	}
	a.menu:hover { 
		color: #C1AD00;
	}
	a.subMenu:link, a.subMenu:visited, a.subMenu:active{ 
		font-family: Georgia, Times;
		text-decoration: none;
		font-weight: normal;
		font-size: 10px;
		color: #3366CC;
		text-transform: uppercase;
	}
	a.subMenu:hover { 
		color: #C1AD00;
	}
	a.bottom:link, a.bottom:visited, a.bottom:active{ 
		font-family: Georgia, Times;
		text-decoration: none;
		font-weight: normal;
		font-size: 10px;
		color: #996600;
	}
	a.bottom:hover { 
		color: #996600;
		text-decoration: underline;
	}
	#titleContent {
		font-size: 24px;
		font-weight: normal; 
		color: #033CAC; 
		font-family: Georgia, Times;
		text-align: left;
	}
	#inputSubmit {
		background-color: #E20019;
		margin-top: 5px;
		padding: 2px;
		border: 0px solid #FFFFFF;
		font-size: 10px; 
		font-weight: bold; 
		color: #FFFFFF; 
		font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	}