html {
	height:100%; 
	max-height:100%;
	padding:0; 
	margin:0; 
	border:0; 
	background-color:#D4D0C8; 
	font-family:"calibri", "trebuchet ms", "trebuchet", "verdana", sans-serif;
	
}
body {
	padding:0; 
	margin:0; 
	border:0;
	min-width:980px;
	background-color: #D4D0C8;
	min-height: 100%;
	
}

#content {
	overflow:auto; 
	top: 0px;
	left:0; 
	right:0; 
	background:#fff;
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 10px;
  	text-align: left;
  	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	min-height: 800px;
	
	
  	
}

#plaincontent { 
	overflow:auto; 
	top:0px; 
	left:0; 
	right:0; 
	background:#fff;
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 10px;
  	text-align: left;
  	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}



div#header  {
	height:100px;
	margin:0 auto;
	z-index:1;
	background:#EEF1F9 url(pro_five_0c.gif) repeat-x left bottom;
	color:black;
	font-size:8pt;
	padding-left: 10px; 
	padding-right: 10px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	
}



div#footer {
	padding:0px;
	height:30px;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	background:#FFF;
	color:black;
	z-index:1;
	font-size:8pt;
}

div#note {
	color:black;
	font-size:8pt;
	text-align:left;
}


.menu {padding:4px 0 0 1em; margin:0; list-style:none; height:40px; position:relative; background:transparent url(pro_five_0c.gif) repeat-x left bottom; font-size:11px;}
.menu li {float:right; height:40px; margin-right:1px;}
.menu li a {display:block; float:left; height:40px; line-height:35px; color:#333; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 4px; cursor:pointer; background:url(pro_five_0a.gif) no-repeat;}
.menu li a b {float:left; display:block; padding:0 8px 5px 8px; background:url(pro_five_0b.gif) no-repeat right top;}
.menu li.current a {color:#000; background:url(pro_five_2a.gif) no-repeat;}
.menu li.current a b {background:url(pro_five_2b.gif) no-repeat right top;}
.menu li a:hover {color:#000; background: url(pro_five_1a.gif) no-repeat;}
.menu li a:hover b {background:url(pro_five_1b.gif) no-repeat right top;}
.menu li.current a:hover {color:#000; background: url(pro_five_2a.gif) no-repeat; cursor:default;}
.menu li.current a:hover b {background:url(pro_five_2b.gif) no-repeat right top;}

/* Styling rules to make this demo page look nice. */

a:link {color:black;}
a:visited {color: black}
a:hover {color:blue;}



div #footer p {
	margin:0;
	padding:0;
	text-align:center;
}

h1 {
	font-size:1.4em;
	text-align:center;
	padding-top:5px;
}
h2 {
	font-size:1.2em;
	padding-top:1em;
	margin-top:0;
}
p a {
	margin-bottom:0;
	line-height:1.4em;
}
pre {
	line-height:1.4em;
}
ul {
	line-height:1.4em;
}


#content li {
  	list-style-image: url(../images/blueball.gif);
}

#content table tr td {
  	font-family:"Trebuchet MS", Georgia, Verdana, serif;
  	font-size: 11pt;
  	border-spacing: 0px;
  	border-collapse: collapse;
}
  
#content p a {
  	font-family:"Trebuchet MS", Georgia, Verdana, serif;
  	font-size: 11pt;  
}

.list table {
  	border-collapse: collapse;
  	width: 100%;
  }

.list * caption {
  	background: #EEF1F9;
  	border: 1px solid silver;
  	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	font-size: 11pt;
}

.list * thead th {
  	font-weight: bold;
  	border: 1px solid silver;
  	padding-right: 1em;
}

.list * td{
  	border: 1px solid silver;
  	padding-right: 1em;
  	font-size: 11pt;
  	align: center;
  	vertical-align: middle;
}

form {
	display:inline;
}




