.html, body {
    font-family: Arial;
    color: #c6c1d7;
    margin-top: 2px;
    margin-bottom: 2px;
}
P {margin-top: 0px; margin-bottom: 0.4em}
A:link {text-decoration: none; color: #c6c1d7;}
A:visited {text-decoration: none; color: #c6c1d7;}
A:active {text-decoration: none; color: #c6c1d7;}
A:hover {text-decoration: underline; color: white;}
h1 {
    color: White;
    font-size: 16pt;
    font-weight: Bold;
    margin:0 0 0.4em 0;
}
h2 {
    color: White;
    font-size: 14pt;
    font-weight: Bold;
    margin:0 0 0.4em 0;
}
.footer {font-size: 8pt;}
.SubHeading{
    color: White;
    font-weight: Bold;
}
.contactname {font-size: 9pt; }
.contactindent {width: 0px;}
.ContactCard {
    color: black; font-size: 10px; width: 155px; border-style:solid; border-color:White; border-width:thin; background-color:#C090C0; color: Blue;
}

A.cardemail:link {text-decoration: none; color: Blue;}
A.cardemail:active {text-decoration: none; color: Blue;}
A.cardemail:visited {text-decoration: none; color: Blue;}
A.cardemail:hover {text-decoration: underline; color: White;}
.input {
    background-color: AliceBlue;
    width: 350px;
}
.times {border-width:thin;border-style:solid;border-color:#C090C0;color:#601060;background-color:#eeccff; font-size:12px}
.timesheader {background-color:#C090C0;border-width:0px;border-style:none;color:#601060;font-weight:Bold; font-size:14px}
.error {
    color: Red;
}
.transparent_class {
	filter:alpha(opacity=20);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
.transparent_class2 {
	filter:alpha(opacity=60);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.Map {height: 400px; width: 550px; border-width: thin; border-color: White; border-style: solid}

