﻿/*Link*/
.Link_Default{
color:#4c8e19;
text-decoration:underline;
}

a {
color:#4c8e19;
text-decoration:underline;
}

.Link_Grey{
color:#767676;
text-decoration:underline;
}

.Link_LoginMain{
padding-top:10px;
font-weight:bold;
}

/*Title*/
.Title_Default{
color:#4c8e19;
font-size:11px;
font-weight:bold;
}

/*Text*/
.Text_Grey{
color:#767676;
}

/*Form*/
.TextBox{
font-family:Verdana;
font-size:10px;
color:#767676;
}

.TextBox_TopSearch{
font-family:Verdana;
font-size:10px;
color:#767676;
border:1px solid #656565;
}

.DropDownList{
font-family:Verdana;
font-size:10px;
color:#767676;
}

.Validator{
font-family:Verdana;
font-size:10px;
color:#FF0000;
}

.Form_Link{
color:#4c8e19;
font-weight:bold;
}

.TextBox_LoginMain{
font-family:Verdana;
font-size:10px;
color:#767676;
float:right;
margin-top:3px;
}
.Button_LoginMain{
margin-top:10px;
float:left;
}