/* CSS Document */

/* CSS Document */

/* CSS Document */
body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}
.style1 {
        font-size: 11px;
        color: #05B0E3;
        font-weight: bold;
        font-family: Tahoma;
        text-decoration:underline;
}
.style2 {
        font-size: 14px;
        font-weight: bold;
        font-family: Tahoma;
        color: #666666;
        text-decoration:underline;
}
.style3 {
        font-size: 11px;
        font-family: Tahoma;
        color: #333333;
}
.style4 {
        font-size: 14px;
        font-weight: bold;
        font-family: Tahoma;
}
.style5 {
        color: #5A8600;
        font-size: 11px;
        font-family: Tahoma;
}
.style6 {
        font-size: 12px;
        font-weight: bold;
        font-family: Tahoma;
        color: #05B0E3;
}
.style7 {
        color: #FFFFFF;
        font-size: 11px;
        font-family: Tahoma;
}
.style9 {color: #CCCCCC; font-size: 11px; font-family: Tahoma; }
.style10 {font-size: 18px; font-weight: bold; font-family: Tahoma; color: #CC0000; }
.style11 {font-size: 14px; font-weight: bold; font-family: Tahoma; color: #5A8600; }

.blue {
        color: #05B0E3;
        font-size: 11px;
        font-family: Tahoma;
        font-weight: bold;
        text-decoration:underline;
        }
A.blue:{
        color: #05B0E3;
        font-size: 11px;
        font-family: Tahoma;
        font-weight: bold;
        text-decoration:underline;
}
A.blue:hover {
        COLOR:#333333;
        FONT: 11px Tahoma;
        text-decoration:underline;
        font-weight: bold;
        

}


.greydark {        COLOR:#333333;
          font-size: 11px;
        font-family:Tahoma;
        }
A.greydark:{
        COLOR:#333333; FONT: 11px Tahoma; TEXT-DECORATION:none;
}
A.greydark:hover {
        COLOR:#05B0E3; FONT: 11px Tahoma;TEXT-DECORATION:none;
}

.grey {        COLOR:#ffffff;
          font-size: 11px;
        font-family:Tahoma; TEXT-DECORATION:none;
        }
A.grey:{
        COLOR:#ffffff; FONT: 11px Tahoma; TEXT-DECORATION:none;
}
A.grey:hover {
        COLOR:#05B0E3; FONT: 11px Tahoma;TEXT-DECORATION:none;
}

.error {
	text-align: center;
	font-weight: bold;
	padding: 3px;
	background-color: red;
	color: white;
}

.success {
	text-align: center;
	font-weight: bold;
	padding: 3px;
	background-color: darkgreen;
	color: white;
}

