body {
	background-image: url(../images/bg.jpg);
	font-family: Tahoma;
	font-size: 11px;
	color: #6C4900;
	text-decoration: none;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	color: #6C4900;
	text-decoration: none;
}

.text {
	font-family: Tahoma;
	font-size: 10px;
	color: #6C4900;
	text-decoration: none;
}
/*-------------------------------*/
A {
  	font-family: Tahoma;
    font-size: 11px;
	color: #556B2F;
	text-decoration: none;
}
A:link {
	font-family: Tahoma;
	color: #556B2F;
	text-decoration: none;
}
A:Active {
	font-family: Tahoma;
	color: #556B2F;
	text-decoration: none;
}
A:hover {
	font-family: Tahoma;
	color: #6B8E23;
	text-decoration: underline;
}
A:visited {
	font-family: Tahoma;
	color: #006400;
}
/*-------------------------------*/
.HyperLink {
  	font-family: Tahoma;
    font-size: 12px;
	color: #2F4F4F;
	text-decoration: none;
}
A.HyperLink:hover {
	font-family: Tahoma;
	color: #556B2F;
	text-decoration: underline;
}
A.HyperLink:link {
	font-family: Tahoma;
	color: #2F4F4F;
	text-decoration: none;
}
A.HyperLink:visited {
	font-family: Tahoma;
	color: #2F4F4F;
	text-decoration: none;
}
A.HyperLink:Active {
	font-family: Tahoma;
	color: #2F4F4F;
	text-decoration: none;
}
/*-------------------------------*/
.BoldHyperLink {
  	font-family: Tahoma;
    font-size: 12px;
	color: #2F4F4F;
	text-decoration: none;
	font-weight:bold;
}
A.BoldHyperLink:hover {
	font-family: Tahoma;
	color: #556B2F;
	text-decoration: underline;
	font-weight:bold;
}
A.BoldHyperLink:link {
	font-family: Tahoma;
	color: #2F4F4F;
	text-decoration: none;
	font-weight:bold;
}
A.BoldHyperLink:visited {
	font-family: Tahoma;
	color: #2F4F4F;
	text-decoration: none;
	font-weight:bold;
}
A.BoldHyperLink:Active {
	font-family: Tahoma;
	color: #2F4F4F;
	text-decoration: none;
	font-weight:bold;
}
/*-------------------------------*/
.title {
	font-family: Tahoma;
	font-size: 13px;
	color: #6C4900;
	text-decoration: none;
}


/******************************************/
/***************** Texts ******************/

/*-------------------------------*/
.NormalMessage
{
    font-family: Tahoma, Arial, Helvetica;
    background-color: #ffffff;
    color: #B22222;
    font-weight: normal;
    font-size: 12px;
    border-width: 0px;
    border-style: solid;
}
/*-------------------------------*/
.NormalText
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}
/*-------------------------------*/
.HighLightedText
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight:  bold;
    font-size: 11px;
    color: #FD6347;
    background-color: #eeeeee
}
/*-------------------------------*/
.ErrorText
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}
/*-------------------------------*/
.RequiredFieldValidator
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color:Red;
}
/*-------------------------------*/
.NormalTitr
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-style: normal;
	font-weight:  bold;
	font-variant: normal;
    color: #F5F5F5;
}
.FormTitr
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-style: normal;
	font-weight:  Normal;
	font-variant: normal;
    color: #8B0000;
}
.FormLabels
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-style: normal;
	font-weight:  normal;
	font-variant: normal;
    color: #228B22;
}
/*-------------------------------*/
.Required
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color:Red;
}
/*-------------------------------*/
/*-------------------------------*/
/************* End of Texts ***************/
/******************************************/

/**************************************************************/
/**************   Web Controls and Form Objects ***************/

/*-------------------------------*/
.CheckBox
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;

}
/*-------------------------------*/
.Radio
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}
/*-------------------------------*/
.Button
{
	Border-Right: #191970 1px solid;
	Border-Top: #191970 1px solid;
	Border-Left: #191970 1px solid;
	Border-Bottom: #191970 1px solid;
    font-family: Tahoma;
    font-size: 11px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;
    background-color:#F5F5F5;
}
/*-------------------------------*/
.TextBox
{
	Border-Right: #191970 1px solid;
	Border-Top: #191970 1px solid;
	Border-Left: #191970 1px solid;
	Border-Bottom: #191970 1px solid;
	BackGround-Color : #FFFFFF;
	font-family: Tahoma;
    font-size: 12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;
}

/*-------------------------------*/
.TextArea
{
	Border-Right: #191970 1px solid;
	Border-Top: #191970 1px solid;
	Border-Left: #191970 1px solid;
	Border-Bottom: #191970 1px solid;
	font-family: Tahoma;
    font-size:  12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;
}

.DropDownList
{
	Border-Top: solid 1px #191970;
	Border-Left: solid 1px #191970;
	Border-Bottom: solid 1px #191970;
	BackGround-Color : #FFFFFF;
	font-family: Tahoma;
    font-size: 12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;

}
/*-------------------------------*/
/**********  End of Web Controls and Form Objects *************/
/**************************************************************/

