body {
	margin:30px 0px; padding:0px;
	text-align:center;
	background-color:#990033;
}
body.mwrx {
	margin:30px 0px; padding:0px;
	text-align:center;
	background-color:#990033;
}
body.white {
	margin:30px 0px; padding:0px;
	text-align:center;
	background-color:#FFFFFF;
}
/* Header styles go here ***************************/
#header {
	width:90%;
	min-height: 130px;
	margin:0px auto 10px auto;
	padding:15px;
	border:2px solid black;
	background-color:#FFFFFF;
}
#header h1 {
	font-variant:small-caps;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #990033;
}
#header h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	color: #990033;
	margin-bottom:0px;
}
#header a {
	color: #990033;
	border: 1px solid black;
	border-color: #000000;
	padding: 5px;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bolder;
}
/****************************************************/


/* Content styles go here ***************************/
#content {
	width:90%;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:2px solid black;
	background-color:#FFFFFF;
}
#content h1 {
	font-variant:small-caps;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	text-align:center;
}
#content td { 
  text-align:center;
}
#content input.tablets {
	text-align:center;
}
#content form.inline {
	display:inline;
	position:relative;
}
#content td.label {
	color:#FFFFFF;
	background-color:#CCCCCC;
	font-weight:bold;
}
#content td.warnlabel {
	color:#FFFFFF;
	background-color:#FF0000;
	font-weight:bold;
}
#content a.groupshortcut {
	color:#990033;
	border: 1px solid black;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bolder;
	padding: 2px;
}
/****************************************************/
