/* body */

body {
	background-color: #cc0000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* text elements */

.smallTextYellow {
   font-family: Tahoma;
	font-size: 11px; 
	font-style: normal; 
	font-weight: none; 
	color: #ffcc00;
	text-decoration: none;
}

.smallTextWhite {
 	font-family: Tahoma;
	font-size: 11px; 
	font-style: normal; 
	font-weight: none; 
	color: #ffffff;
	text-decoration: none;
}

.smallTextblack {
 	font-family: Tahoma;
	font-size: 11px; 
	font-style: normal; 
	font-weight: none; 
	color: #000000;
	text-decoration: none;
}

.whiteTitle {
 	font-family: Tahoma;
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #ffffff;
	text-decoration: none;
}

.yellowTitle {
 	font-family: Tahoma;
	font-size: 14px; 
	font-style: normal; 
	font-weight: bold; 
	color: #ffcc00;
	text-decoration: none;
}

/* form elements */

.formFieldRed { 
	font-family: Tahoma; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
	color: #cc0000; 
	border: solid 1 #cc0000; 
	height: 17; 
}

.buttonRed { 
	font-family: Tahoma; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
	color: #cc0000; 
	height: 17; 
}