
body  {
    font-family: Arial, sans-serif; 
	font-size: 11pt;
	}
table {
	text-align: left;
	border: 0;
	}
table.main  {
	width: 800px;
	text-align: left;
	}
textarea  {
    font-family: Arial, sans-serif; 
	font-size: 11pt;
	}
input  {
    font-family: Arial, sans-serif; 
	font-size: 11pt;
	}
td.sidebar  {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	width: 150px;
	background-color: rgb(160,0,0);
	}
span.bigpurple  {
	color:rgb(120,0,51);
	font-weight:bold;
	font-size:larger;
	}
span.purple  {
	color:rgb(120,0,51);
	font-weight:bold;
	}
span.bigred  {
	color:rgb(160,0,0);
	font-weight:bold;
	font-size:larger;
	}
span.red  {
	color:rgb(160,0,0);
	font-weight:bold;
	}
a.bigred  {
	color:rgb(160,0,0);
	font-weight:bold;
	text-decoration:none;
	font-size:larger;
	font-size:larger;
	}
a.bigred:hover  {
	color:blue;
	font-weight:bold;
	text-decoration:underline;
	}
a.red  {
	color:rgb(160,0,0);
	font-weight:bold;
	text-decoration:none;
	}
a.red:hover  {
	color:blue;
	font-weight:bold;
	text-decoration:underline;
	}
a.black  {
	color:black;
	font-weight:normal;
	text-decoration:none;
	}
a.black:hover  {
	color:blue;
	font-weight:normal;
	text-decoration:underline;
	}
a.sidebar:link, a.sidebar:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: small;
	margin-left:8px;
	}
a.sidebar:hover, a.sidebar:active {
	text-decoration:underline;
	color: silver;
	margin-left:8px;
	}
td.header {
	height: 85px;
	font-size: x-large;
	font-weight: bold;
	color: rgb(73,0,51);
	text-align: center;
	}
span.strapline  {
	font-family: impact;
	font-size: 14px;
	color: grey;
	}
td.strapimg  {
	text-align: right;
	vertical-align: top;
    padding-left: 10px;
	}
td.request  {
	font-weight: bold;
	width:75%;
	color:rgb(110,0,51);
	}
td.space  {
	width:20px;
	}
/* Default Style (Opera inspired) */
div.domMenu_menuBar {
    border: solid rgb(160,0,50);  
    border-width: 1px 0 0 1px;
	}
div.domMenu_menuElement {
    font-family: Arial, sans-serif; 
    font-size: 12px;
    border: solid rgb(160,0,50);  
    border-width: 0 1px 1px 0;
    background: url(gradient.png) repeat-x; 
    color: rgb(80,0,50);
    text-align: center;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
	}
div.domMenu_menuElementHover {
    background: url(gradient_hover.png) repeat-x;
	}
div.domMenu_subMenuBar {
    border: solid rgb(160,0,50) 1px;
    background-color: #FFFFFF;
    padding-bottom: 1px;
	}
div.domMenu_subMenuElement {
    font-family: Arial, sans-serif; 
    font-size: 12px;
    border: none;
    margin: 1px 1px 0 1px;
    color: rgb(80,0,50);
    padding: 2px 7px;
	}
div.domMenu_subMenuElementHover {
    background-color: #EFEFEF;
	}

