BODY {
	color : #257BCC;
	font-size : 12px;
	font-family : Tahoma;
	background-color : white;
}

.Menu {
	color : #257BCC;
	font-size : 12px;
	font-family : Tahoma;
	background-color : #EDECE7;
}

hr{
	color : #257BCC;
}
TD {
	color : #257BCC;
	font-family : Tahoma;
	font-size : 12px;
}

.Tab {
	color : #FFFFFF;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : bold;
}

A, A:link, A:active  {
	color : #257BCC;
	text-decoration : underline;
	font-family : Tahoma;
	font-size : 12px;
}

A:visited  {
	color : #257BCC;
	text-decoration : underline;
	font-family : Tahoma;
	font-size : 12px;
}

A:Hover  {
	color : #FFC211;
	text-decoration : none;
	font-family : Tahoma;
	font-size : 12px;
}

input {
	color : #257BCC;
	font-family : Tahoma;
	font-size : 12px;
	background-color : #EDECE7;
	border : 1px solid #257BCC;
	font-weight : bold;
}

textarea {
	color : #257BCC;
	font-family : Tahoma;
	font-size : 12px;
	background-color : #EDECE7;
	border : 1px solid #257BCC;
	font-weight : bold;
}

select {
	color : #257BCC;
	font-family : Tahoma;
	font-size : 12px;
	background-color : #EDECE7;
	border : 1px solid #257BCC;
	font-weight : bold;
	width : 150px;
}

