body {
	background-color:#E2E0E0;
	margin:0;
}

h1 {color: #669933; }

h2 { color: #669933;}

p { color:#5A335A; }

A:link {text-decoration: none;color: white;}
A:visited {text-decoration: none; color: white;}
A:active {text-decoration: none; color: white;}
A:hover {text-decoration: none; color: white;}

.lnk A:link {text-decoration: none;color: white;}
.lnk A:visited {text-decoration: none; color: white;}
.lnk A:active {text-decoration: none; color: white;}
.lnk A:hover {text-decoration: none; color: white;}

.btn {color:#FFFFFF;background-color:#669933;}

.style1 {
    color:black;
    text-align: left;
}
.style1  A:link {text-decoration: none;color: black; font-size: 9px;}
.style1 A:visited {text-decoration: none; color: black;font-size: 9px;}
.style1 A:active {text-decoration: none; color: black;font-size: 9px;}
.style1 A:hover {text-decoration: none; color: black;font-size: 9px;}
.disabledInput {
    color: black;
}

.titleBand { text-align: center; background: #E2E0E0; line-height: 32px; font-weight: bold; font-size: 12px; margin: 10px 0; }

.wrapper {width:920px; margin: 0 auto; background: #F7F7F7; padding: 20px; text-align: center; min-height: 400px; border:1px solid #CFCFCF;color:#333333;font-family:Verdana,Tahoma,sans-serif; font-size:11px;}

.blue { color:#6495ed; text-decoration: underline;}

.taL { text-align: left; }

.mb20 { margin-bottom: 20px;}
label.error {display: block; color:#ff0000; font-size: 10px;;}
