* {
	padding: 0px;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 2px;
}

a:link {
	color: #930200;
	text-decoration: none;
}

a:visited {
	color: #930200;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

table {
	font-size: 100%;
}

form, p, ul {
	margin: 0px;
}

ul {
	margin-left: 15px;
}

.button {
	background-image: url(images/button.gif);
	background-repeat: repeat-x;
	border: none;
	padding: 1px 5px;
	color: #EEEEEE;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.printonly {
	display: none;
}

.navigation {
	font-size: 85%;
	font-weight: bold;
	padding-bottom: 10px;
	white-space: nowrap;
}

hr {
	border: 1px solid #930200;
}

h1 {
	font-size: 140%;
	margin-bottom: 7px;
	margin-top: 0px;
}

.text {
	border: 1px solid #A1A1A1;
	width: 200px;
}

.error {
	color: maroon;
	font-weight: bold;
	padding-bottom: 5px;
}

/*********************************  Main  *********************************/
#main {
	width: 760px;
}

/*********************************  Header  *********************************/
/**************  H1  **************/
#h1 {
	background-color: #D6D6D6;
	height: 21px;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 0px 0px 7px;
}

/**************  H2  **************/
#h2 {
	background-color: #D6D6D6;
	height: 21px;
	vertical-align: middle;
	text-align: right;
}

#h2 table {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

#h2 td {
	padding: 1px 3px 0px 3px;
}

#h2 #search1 {
	width: 164px;
	height: 17px;
	font-size: 10px;
	border: 1px solid #A1A1A1;
}

#h2 #quicklinks {
	font-size: 11px;
	height: 15px;
	width: 90px;
	border: 1px solid #A1A1A1;
}

/**************  Tabs  **************/
#tabs {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: bottom;
	font-weight: 600;
	font-size: 14px;
	height: 23px;
}

#tabs img {
	vertical-align: bottom;
}

.tab {
	background-image: url(images/tm.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #D6D6D6;
	text-decoration: none;
	vertical-align: bottom;
}

.tab:link {
	color: #D6D6D6;
}

.tab:visited {
	color: #D6D6D6;
}

.tab:hover {
	text-decoration: none;
}

.ctab {
	background-image: url(images/ctm.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #930200;
	text-decoration: none;
	vertical-align: bottom;
}

.ctab:hover {
	text-decoration: none;
}

/*********************************  Nav  *********************************/
#nav {
	width: 210px;
	padding-right: 10px;
	vertical-align: top;
}

/**************  Sidebox  **************/
.sidebox {
	border-left: 2px solid #930200;
	border-right: solid 2px #930200;
	border-bottom: solid 2px #930200;
	margin-bottom: 5px;
	width: 100%;
}

.sidebox th {
	background-color: #930200;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-size: 105%;
	text-align: left;
	color: #D6D6D6;
}

.sidebox th a {
	color: #D6D6D6;
	padding: 2px 2px 2px 2px;
	font-size: 70%;
	font-weight: bold;
	float: right;
}

.sidebox th a:visited {
	color: #D6D6D6;
}

.sidebox .spacer {
	height: 2px;
	background-color: #A1A1A1;
	padding: 0px;
}

.sidebox td {
	background-color: #D6D6D6;	
	padding: 3px 3px 3px 3px;
	font-size: 85%;
	font-weight: bold;
}

.sidebox .small {
	font-size: 80%;
}

.sidebox td .text {
	border: 1px solid #A1A1A1;
	width: 200px;
}

.sidebox td a {
	padding: 2px 2px 2px 2px;
	display: block;
	text-decoration: none;
	color: #930200;
}

.sidebox td a:hover {
	border: 1px solid #930200;
	padding: 1px 1px 1px 1px;
	background-color: #EEEEEE;
	text-decoration: none;
}

.sidebox td a:visited {
	color: #930200;
}

.sidebox .error {
	text-align: center;
}

.sidebox td p {
	padding: 3px 0px;
}

.sidebox td .indent {
	text-indent: -13px;
	padding: 0px 0px 0px 13px;
}

/*********************************  maincontent  *********************************/
#maincontent {
	width: 540px;
	vertical-align: top;
}

/*********************************  advertisement  *********************************/
.advertisement {
	border: 2px solid #DDDDDD;
	background-color: #EEEEEE;
	margin-bottom: 5px;
}

.advertisement th {
	background-color: #DDDDDD;
	padding: 0px;
	font-size: 80%;
	text-align: center;
	color: #A1A1A1;
}

.advertisement td {
	padding: 3px;
	font-size: 85%;
}

/*********************************  articleList  *********************************/
.articleList th {
	text-align: left;
	font-size: 1.3em;
	padding-bottom: 10px;
}

.articleList td {
	padding-bottom: 10px;
}

.articleList td a {
	font-size: 1.0em;
	font-weight: bold;
}

.articleList td img {
	border: 1px solid #000000;
	margin-right: 7px;
}

/*********************************  headlines  *********************************/
.headline {
	font-size: 1.4em;
	font-weight: bold;
}

.subhead {
	font-size: 1.1em;
	color: #3F3F3F;
	font-weight: bold;
}

.author {
	font-size: .8em;
	font-weight: bold;
}

.date {
	font-size: .9em;
}

/*********************************  simplebox  *********************************/
.simplebox {
	width: 100%;
	border-left: 2px solid #A1A1A1;
	border-right: 2px solid #A1A1A1;
	border-bottom: 2px solid #A1A1A1;
	margin-bottom: 10px;
}

.simplebox .spacer {
	background-color: #930200;
	height: 2px;
	padding: 0px;
}

.simplebox th {
	background-color: #A1A1A1;
	padding: 2px;
	text-align: left;
	color: #FFFFFF;
	font-size: 105%;
}

.simplebox th a {
	color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	font-size: 75%;
	font-weight: bold;
	float: right;
}

.simplebox th a:visited {
	color: #FFFFFF;
}

.simplebox td {
	padding: 3px;
	background-color: #EEEEEE;
	font-size: 85%;
	font-weight: bold;
}

.simplebox .inside {
	padding: 5px 2px 5px 18px;
	width: 100%;
}

.simplebox .inside td {
	padding: 2px;
	font-size: 100%;
}

.simplebox .topic {
	font-size: 110%;
	font-weight: bold;
}

.simplebox .comment {
	font-size: 90%;
	font-weight: bold;
}

.simplebox .phrase {
	font-size: 110%;
	font-weight: bold;
}

/*********************************  footer  *********************************/
.footer {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	color: #3F3F3F;
}

.footer_noprint {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	color: #3F3F3F;
}

.footer hr {
	border: 2px solid #D6D6D6;
	margin-bottom: 0px;
}