a:active {  font-family: Arial; font-size: 11px; font-weight: bold; color: #6C6C6C; text-decoration: none}
a:link {  font-family: Arial; font-size: 11px; font-weight: bold; color: #6C6C6C; text-decoration: none}
a:visited {  font-family: Arial; font-size: 11px; font-weight: bold; color: #6C6C6C; text-decoration: none}
a:hover {  font-family: Arial; font-size: 11px; font-weight: bold; color: #6C6C6C; text-decoration: underline}

a.menu:active {  font-family: Arial; font-size: 10pt; font-weight: bold; color: #6C6C6C; text-decoration: none}
a.menu:link {  font-family: Arial; font-size: 10pt; font-weight: bold; color: #6C6C6C; text-decoration: none}
a.menu:visited {  font-family: Arial; font-size: 10pt; font-weight: bold; color: #6C6C6C; text-decoration: none}
a.menu:hover {  font-family: Arial; font-size: 10pt; font-weight: bold; color: #6C6C6C; text-decoration: underline}

.main {
	font-family: Arial;
	font-size: 11px;
	color: #6C6C6C;

	background-image: url("images/main.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
}

.header {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #6C6C6C;
}

.text {
	font-family: Arial;
	font-size: 11px;
	color: #6C6C6C;
}

.white {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.input {
	font-family: Arial;
	font-size: 11px;
	
	color: #000000;
	background-color: #F6F6F6;

	border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    
    height: 18px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#ffffff', EndColorStr='#F6F6F6');
}

.button {
	font-family: Arial;
	font-size: 11px;

	color: #FFFFFF;
	background-color: 009CD9;

	

    border-bottom: #FFFFFF 1px solid;
    border-left: #FFFFFF 1px solid;
    border-right: #FFFFFF 1px solid;
    border-top: #FFFFFF 1px solid;

    cursor: hand;
    
    height: 20px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    text-align: center;
}