body
{
	font-family : tahoma, "times new roman", arial;
        font-size :12px;
    font-weight: normal;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    margin-bottom:0;

}

.Normal
{
    font-size :12px;
    font-weight: normal;
	font-family : tahoma, "times new roman", arial;
}

.Title1
{
    font-size :15px;
    font-weight: bold;
	font-family : tahoma, "times new roman", arial;
}

.NormalSmallGray
{
	Color: 999999;
    font-size :10px;	
	font-weight: normal;
}
.NormalSmallBlack
{
	Color: 000000;
    font-size :10px;	
	font-weight: normal;
}

.NormalSmall
{
        font-size :10px;
        font-weight: normal;
}
a{
	text-decoration: none;
        font-size :12px;
      	color: #003399;
}

a:hover{
	color: #ffa010;
	text-decoration: none;
}
a.hot
{
	font-weight: bold;
	color: #336699;
}
a.hot:hover
{
	font-weight: bold;
	color: #ffa010;
}
A.Alt {
	COLOR: #666666; TEXT-DECORATION: none
}

A.Alt:hover {
	COLOR: #ff8000; TEXT-DECORATION: none
}
A.status_txt {
	color: #FFFFFF;
        font-size :12px;
}

span.status_txt {
	color: #FFFFFF;
        font-size :12px;
}
.dot {
	border: 1px dotted #6699cc;
}

.HoTBlue {
	font-weight: bold;
	color: 336699;
        font-size :12px;
}
.BoldSmall
{
	font-weight: bold;
    font-size :10px;
}
.Bold
{
	font-weight: bold;
    font-size :12px;   
}


.BoldGray
{
        font-size :14px;
        font-weight: bold;
		font-family : "B mitra","Mitra","MitraBold","tahoma", "times new roman", arial;
		color: 999999;
}

.color-title {
	COLOR: white; BACKGROUND-COLOR: #7a8fa4
}
.color-header {
	BACKGROUND-COLOR: #ddddd5
}
.color-buttons {
	BACKGROUND-COLOR: #ccccc5
}
.color-border {
	BACKGROUND-COLOR: #666666
}
.color-row {
	BACKGROUND-COLOR: #fffff5
}
.color-rowalert {
	BACKGROUND-COLOR: #ffddaa
}
.button-fix {
	FONT-SIZE: 70%; FONT-FAMILY: tahoma,arial,Geneva,Helvetica,sans-serif; BACKGROUND-COLOR: #e0e0d5
}
.Form-title
{
        font-size :70%;
        font-weight: bold;
	font-family : tahoma, "times new roman", arial;
    font-color:white;
}
.errorBox
{
    border: 1px solid #FF0000; background-color: #FFC0C0;
    font-size:70%;
}
.SuccessBox
{
    border: 1px solid #00C000; background-color: #C0FFC0;
    font-size:70%;
}

.Normal_Message 
{
	font-family: Tahoma;
	font-size: 12px;
}

A.Normal_Message 
{
	font-family: Tahoma;
	font-size: 12px;
	color: Blue;
	text-decoration: none;
}

.Error_Message
{
	font-family: Tahoma;
	font-size: 12px;
	color: Red;
}