body {
	background-color: #FFFFFF;
}

a{
	color: #7F7FE6;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}

a:hover{
	color: #2727C4;
	font-family: Verdana;
	font-size: 10px;
}

.mainBackground {
	background-color: #FFFFFF;
}

.rightBorder{
	border-color: #000000;
	border-width: 0px;
	border-style: solid;
	border-right-width: 1px;
}

.mainBorder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.mainBackgroundTop {
	
}

.darkTableBackground{
	background-color: #FFFFCC;
}

.textBackground {
	border-left:0px inset #A9A9A9; border-right:0px inset #A9A9A9; border-top:1px inset #A9A9A9; border-bottom:2px inset #A9A9A9; background-color: #FFFFFF;
	
}

.errorText {
	color: #DC4C4C;
	font-size: 10;
	font-weight: bold;
}

.succesText {
	color: #008000;
}


.mainText {
	color: #000000;
	font-family: Verdana;
	font-size: 10px
}