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;
}

.ric-menu-bar {
	color:					rgb(0, 0, 0);
	padding:				2px;
	font-family:			Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size:				11px;
	background:				url("paper2.png") #909090;
	border-bottom:		    1px solid rgb(153, 0, 0);
}

.ric-menu-bar a,
.ric-menu-bar a:visited {
	border:				    1px solid transparent;
	padding:				0px 7px 1px 7px;
	color:					rgb(0, 0, 0);
	text-decoration:		none;
	height:				    17px;
}

.ric-menu-bar a:hover {
	color:					rgb(255, 0, 0);
	border-left:			1px outset rgb(255, 255, 255);
	border-right:			1px outset rgb(153, 153, 153);
	border-top:			    1px outset rgb(255, 255, 255);
	border-bottom:		    1px outset rgb(153, 153, 153);
}

.ric-menu-bar a .arrow {
	border:					0;
	float:					none;
}

.ric-menu-bar a:active,   .ric-menu-bar a:focus {
	-moz-outline:			none;
	outline:				none;
	ie-dummy:				expression(this.hideFocus=true);
	color:					rgb(0, 0, 0);
	background:			    rgb(102, 102, 102);
	border-left:			1px inset rgb(51, 51, 51);
	border-right:			1px inset rgb(153, 153, 153);
	border-top:			    1px inset rgb(51, 51, 51);
	border-bottom:		    1px inset rgb(153, 153, 153);
}

/* separator */
.ric-menu-sep {
	height:					10px;
	background:			    rgb(180,180,255);
	height:					expression(ieBox ? "12px" : "10px");
	width:					1px;
	border:					1px outset rgb(120,172,255);
/*	border-right:			2px outset rgb(120,172,255); */
	overflow:				hidden;
	margin:					2px 5px 4px 2px;
	font-size:				10px;
	padding:				0px;
}


#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;
}
