body {
	color:					#000000;
	background:				url("paper.gif") ghostwhite;
	font-family:			Georgia,
							Palatino,
	                        Times,
	                        'Times New Roman',
	                        sans-serif;
	font-size:				14px;
	margin:					0px;
}

body a {
    color:                  #003399;
/*	text-decoration:        none; */
}

body a:visited {
    color:                  #660000;
}

body a:active {
    color:                  #CC0000;
}

body a:hover {
    color:                  #CC0000;
}

h1 {
    font-size:              24px;
    text-align:             center;
}

h2 {
    font-size:              18px;
}



#header {
	width:					100%;
	background:			    url("paper.gif") ghostwhite;
	height;					auto;
	border-bottom:			1px solid rgb(153, 0, 0);
}

#stretch {
	position:				relative;
	margin-left:			0px;
	margin-right:			0px;
	margin-top:				6px;
	margin-bottom:			2px;
	border:					none;
}

#logo {
	position:				relative;
	margin-left:			0px;
	margin-right:			18px;
	margin-top:				6px;
	margin-bottom:			2px;
	border:					none;
}

#outer {
	width:					100%;
	margin-top:				6px;
	text-align:				center;
}

#inner {
	width:					650px;
	margin-left:			auto;
	margin-right:			auto;
	text-align:				left;
}
 
.caption {
	font-size:				10px;
	text-align:				center;
	margin-left:			12px;
	margin-right:			12px;
}

.slogan {
	font-family:			Georgia,
							Palatino,
	                        Times,
	                        'Times New Roman',
	                        serif;
	font-size:				10px;
	font-style:				Italic;
}

.footnote {
	font-family:			Georgia,
							Palatino,
	                        Times,
	                        'Times New Roman',
	                        serif;
	font-size:				10px;
	text-align:				center;
	margin-left:			36px;
	margin-right:			36px;
}

.framed {
	border:					3px double rgb(102, 0, 0);
}

.address {
	font-family:			Georgia,
							Palatino,
	                        Times,
	                        'Times New Roman',
	                        sans-serif;
	text-align:				right;
	font-size:				16px;
}

.date {
	font-family:			Georgia,
							Palatino,
	                        Times,
	                        'Times New Roman',
	                        sans-serif;
	text-align:				right;
	font-size:				14px;
}

.informal {
    color:                  rgb(0, 51, 51);
    background:             white;
    border:                 1px solid rgb(102,0,0);
    padding:                4px;
}

.formal {
	font-family:			Times,  Palatino, Serif;
	font-size:				16px;
	font-weight:			500;
}

.instruct {
    font-size:              16px;
    color:                  rgb(51, 0, 0);
    font-weight:            500;
}

.bigger {
	font-size:				16px;
}


.bold {
	font-weight:			bold;
}

.yesno {
	font-size: 12px;
	width: 144px;
	padding: 2px;
	padding-right: 0px;
}

.empty {
	font-style:			italic;
	font-size:				12px;
}

.done {
    color:              rgb(0,51,51);
	font-style:			italic;
	font-size:				12px;
}

.row0 {
	background:			lightsteelblue;
	font-size:				18px;
}

.rowa {
	background:			gainsboro;
}

.rowb {
	background:			ivory;
}

#dataentry {
	background:			rgb(240, 230, 180);
    border:             1px solid rgb(102,0,0);
}

.must {
    color:              #FF0000;
    font-size:          16px;
    font-weight:        600;
}

.alert {
    color:               #FF0000;
}

.note {
	font-family:			Georgia,
							Palatino,
	                        Times,
	                        'Times New Roman',
	                        serif;
    font-size:          12px;
}

.subtext {
	font-size:			12px;
}
