body {
	font-family:"Helvetica neue",helvetica,tahoma,verdana,arial,sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../gfx/bg.jpg);
}
td {  font-size: 10px}
.menu { filter:alpha(Opacity=90, FinishOpacity=30, Style=1, StartX=0, StartY=0, FinishX=200, FinishY=500); }

.content {
	position:absolute;
	top:30px;
	left:120px;
	z-index:1;
}

.contactform {
	position:absolute;
	background:#88ccff;
	text-align:center;
	font-size:16px;
	line-height:110%;
	color:#ffffff;
	cursor:pointer;
	z-index:2;
}

.formtext {
	font-size:12px;
}

textarea {
    resize: none;
}


.TextSize12 {
	font-size: 12px;
}
.TextSize9 {
	font-size: 9px;
}
.TextField {
	font-size: 10px;
	background-color: #D4D0C8;
	color: #000000;
}
.TextField2 {
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
	border: none;
}
.TextField3 {
	border: none;
	font-size: 10px;
	background-color: #FFFFCC;
	color: #000000;
	
}
.Button {
	font-size: 10px;
	color: #000000;
}
.redButton {
	font-size: 10px;
	color: #FF0000;
}
.whiteText {
	color: #FFFFFF;
}
.blackText {
	color: #000000;
}
.greyText {
	color: #666666;
}
.redText {
	color: #FF0000;
}
.redUnderlinedText {
	color: #FF0000;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.ProgramTitle {
	font-size: 14px;
	font-weight: bold;
}
.PageTitle {
	font-size: 15px;
	font-weight: bold;
}
.Title1 {
	font-size: 14px;
}
.Title2 {
	font-size: 12px;
}
.version {
	font-size: 9px;
}
.cursorPointer {
	cursor: pointer;
}
.link {
	cursor: pointer;
}