A.TransparentLink {
	font-family: Arial;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	}
A.TransparentLink:hover {
	border: thin solid #FFFFFF;
	color: #FFFF00;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	}
A.MenuItem {
	color: #FFFF00;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	}
A.MenuItem:hover {
	background-color: #FFFF10;
	color: 000099;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	}
input {
	color: #000000;
	background-color: C0C0C0;
	font-family: Arial;
}
select {
	color: #000000;
	background-color: #C0C0C0;
	font-family: Arial;
}
textarea {
	color: #000000;
	background-color: #C0C0C0;
	font-family: Arial;
}
.Title {
	color: #CCCCCC;
	font-family: Arial;
	font-size: 24px;
}
.MainText {
	font-family: Arial;
	font-size: 12px;
	color: #C5C5C5;
}
.MainTextBigger {
	font-family: Arial;
	font-size: 14px;
	color: #C5C5C5;
}
.MainTextWhite {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.TitleSmaller {

	color: #CCCCCC;
	font-family: Arial;
	font-size: 18px;
}

.BorderLightBlue {
    BORDER-RIGHT: #DFE7EE 1px solid;
    BORDER-TOP: #DFE7EE 1px solid;
    BORDER-LEFT: #DFE7EE 1px solid;
    BORDER-BOTTOM: #DFE7EE 1px solid
}

A.LinkGrayNoLine {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}

A.LinkGrayNoLine:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: F87808;
	text-decoration: none;
	}