body {
	background: #FFFFFF url(images/bg.gif) repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.txtLogin {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.inputLogin {
	font-family: Tahoma;
	font-size: 11px;
	height: 12px;
	width: 100px;
	border: 1px #000000 solid;
}
form {
	margin: 0px;
}
.signUpTxt a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#330000;
	text-decoration: underline;
}
.signUpTxt a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#990000;
	text-decoration: none;
}
.middleText {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#0b360f;
	padding-top: 10px;
	padding-bottom: 2px;
	border-bottom: 1px #426446 solid;
}

.txtQuizDetails {
	font-family: Tahoma;
	font-size: 12px;
	padding: 3px;
}
.txtQuizEnter {
	background:#f6fef7;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color:#0b360f;
	padding: 3px;
}
.txtQuizEnter a {
	color:#0b360f;
	text-decoration: underline;
}
.txtQuizEnter a:hover {
	color:#0b360f;
	text-decoration: none;
}
.txtQuizTitle2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#0b360f;
	padding-top: 10px;
	padding-bottom: 2px;
	border-bottom: 1px #426446 solid;
}
.txtQuizDaysLeft {
	font-family: Tahoma;
	font-size: 10px;
	color:#ffffff;
	background:#000000;
	text-transform: uppercase;
	padding: 2px;
}
.txtLeftNavigation {
	font-family: Tahoma;
	font-size: 11px;
	color:#0e2a11;
	padding: 3px;
}
.txtLeftNavigation a {
	color:#0b360f;
	text-decoration: underline;
}
.txtLeftNavigation a:hover {
	color:#0b360f;
	text-decoration: none;
}
.txtBackground1 {
	font-family: Tahoma;
	font-size: 12px;
	padding: 3px;
	background-color:#e5ffe7;
	font-weight: bold;
}
.txtBackground2 {
	font-family: Tahoma;
	font-size: 12px;
}
#frmProfile input, select, #frmGeneral input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px #000000 solid;
	padding:2px;
	margin:2px;
}
.txtSmallRed {
	font-family: Tahoma;
	font-size: 10px;
	color:#0000FF;
}

.txtErrorRed {
	font-family: Tahoma;
	font-size: 12px;
	color:#FF0000;
	font-weight:bold;
}
