body {
	font-family: Arial;
	font-size: 11px;
	color: black;
}

td {
	font-family: Arial;
	font-size: 11px;
	color: black;
}

.header {
	font-size: 16px;
	font-weight: bold;
}

.white {
	font-size: 12px;
	color: white;
	font-weight: bold;
}

.lightwhite {
	font-size: 12px;
	color: white;
}

.input {
	font-family: Arial;
	font-size: 11px;
	
	color: #000000;
	background-color: #FFFFFF;

	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: #006699;

	

    border-bottom: #B78282 1px solid;
    border-left: #B78282 1px solid;
    border-right: #B78282 1px solid;
    border-top: #B78282 1px solid;

    cursor: hand;
    
    height: 20px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    text-align: center;

	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#C191C2', EndColorStr='#9C679D')
}

a:visited {  font-family: Arial; font-size: 11px; color: #000000; text-decoration: underline;}
a:link {  font-family: Arial; font-size: 11px; color: #000000; text-decoration: underline;}
a:active {  font-family: Arial; font-size: 11px; color: #000000; text-decoration: underline;}
a:hover {  font-family: Arial; font-size: 11px; color: #000000; text-decoration: underline;}

a.dark:visited {  font-family: Arial; font-size: 11px; color: #6F1A6F; text-decoration: underline; font-weight: bold;}
a.dark:link {  font-family: Arial; font-size: 11px; color: #6F1A6F; text-decoration: underline; font-weight: bold;}
a.dark:active {  font-family: Arial; font-size: 11px; color: #6F1A6F; text-decoration: underline; font-weight: bold;}
a.dark:hover {  font-family: Arial; font-size: 11px; color: #6F1A6F; text-decoration: underline; font-weight: bold;}
