BODY { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000; background-color: #CCD; margin: 0px; padding: 0px; }
TEXTAREA, INPUT, SELECT { font-size: 10px; }
A, A:link, A:visited { text-decoration: none; border: none; }
A:hover { border-bottom: 1px dotted blue; text-decoration: none; }
A:active { color: red; border-bottom: 1px dotted red; text-decoration: none; }
A:visited:hover { border-bottom: 1px dotted purple; text-decoration: none; }

A:link + IMG, A:visted + IMG, A:hover + IMG, A:active + IMG, IMG, A + IMG { border: none; }

.fattitle { font-size: 40px; font-family: verdana, arial, sans-serif; font-weight: bolder; padding: 5px; background-color: #000; color: #FFF; }
h1, .header1 { font-size: 18px; font-weight: bold; color: #000; }
h2, .header2 { font-size: 14px; font-weight: bold; color: #000; }
.font-one, .sidebox, .sideboxcontent, .footer, .mainheaderdate { font-size: 10px; }
.error { font-weight: bold; font-size: 11px; color: #C00; margin-bottom: 0px;}
.black { color: #000; text-decoration: none; }
.white { color: #FFF; text-decoration: none; }
.indent { margin-left: 20px; }
.ahem { display:none; }

.entirebox { margin-top: 8px; }
.mainbox { margin-right: 230px; margin-left: 5px; background-color: #EEE; border: 2px #000 solid; padding: 15px; }
.rightbox { position: absolute; top: 66px; right: 5px; width: 200px; }
.sidebox { width: 200px; border-top: 1px #666 solid; border-left: 1px #666 solid; border-right: 0px; border-bottom: 0px; margin-bottom: 20px; padding-bottom: 8px; }
.sideboxheader { padding-left: 3px; background-color: #AEAEAE; }
.sideboxcontent { padding-left: 3px; }
.mainheader { border: 1px #CCC solid; background-color: #DDD; padding: 4px; }
.mainheadertext { font-size: 14px; font-weight: bold; width: 50%; float: left; text-align: left; }
.mainheaderdate { width: 50%; float: right; text-align: right; margin-top: -16px; padding-right: 5px; }
.maincontent { margin-left: 10px; margin-bottom: 20px; }

#resumebody { background-color: #fff; text-align: center; }
#resumecontainer { padding: 20px; margin: 20px auto; width: 650px; text-align: left; background-color: #f6f6f6; }
#resumecontainer td { font-size: 12px; }
.resumeheader { font-size: 16px; font-weight: bold; font-style: italic; color: #000; margin-top: 5px; }
.crossout { color: #600; text-decoration: line-through; }
.underline { text-decoration: underline; }

.newbox, .tripbox {
background-color: #EEE;
border-top: 2px solid #333;
border-left: 2px solid #333;
border-right: 2px solid white;
border-bottom: 2px solid white;
padding: 15px;
text-align: left;
margin-left: 25%;
margin-right: 25%;
}
.newbox ul {margin-left: 2.5em; padding-left: 0; }

.tripbox {
margin-left: 10%;
margin-right: 10%;
}

@media print {
    .tripbox { margin: 0px; }
	.fattitle { padding: 0px; font-size: 24px; }
}