
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,Verdana,sans-serif; 
	font-size: 10pt; 
	color: #220000;
	background-image: url(/images/BGoutside.gif);
	background-color: #cccbbb;
}

p,form,ul,ol,li,td,th,address,blockquote,nobr,b,i,a,input,textarea,select {
	font-size: 10pt; color: #220000;
}

h1 { font-size: 12pt; color: #a00d2f; }
h2,h3,h4 { color: #a00d2f; margin: 3px 0 0.3em 0; }

a:link { text-decoration:none; color: #631723; font-weight:bold; }
a:visited { text-decoration:none; color: #631723; font-weight:bold; }
a:hover { text-decoration:underline; color: #cc395b; font-weight:bold; }
a:active { text-decoration:underline; color: #cccc88; font-weight:bold; }

.frame {
	width: 660px;
	margin: 8px;
	padding: 0px;
	border: 1px solid #a00d2f;
	background-color: #fbfae5;
}
.tab_header {
	margin: 0px 8px;
	padding: 0px 8px;
}
.tab_item {
	margin: 0px 8px;
	padding: 0px 8px;
}
.title {
	background-image: url(/images/TitleBar.gif); 
	background-repeat: repeat-x;
}

.icon {
	border: 0 none;
	padding: 0;
	margin: 0;
}
.footer {
	font-size: 8pt;
	color: #b4ab81;
	text-align: center;
}
.footer b {
	color: #ae1b38; 
	font-weight: bold;
}
.footer a:link { font-size: 8pt; font-weight: normal; color: #b4ab81; }
.footer a:visited { font-size: 8pt; font-weight: normal; color: #b4ab81; }
.footer a:hover { font-size: 8pt; font-weight: normal; color: #cc395b; }

td .back {
	text-align: right;
	margin: 1.2em 1em 0 0;
}
td .top {
	text-align: right;
	margin: 0.5em 1em 1.5em 1em;
}
.top a { font-size: 8pt; }
.top a:link { color: #b4ab81; }
.top a:visited { color: #b4ab81; }
.top a:hover { text-decoration: underline; color: #cc395b; }

.back a:link { color: #b4ab81; }
.back a:visited { color: #b4ab81; }
.back a:hover { text-decoration: underline; color: #cc395b; }


