﻿html {
				height:100%;
			}
			body {
				height:100%;
				font-family:Arial, Helvetica, sans-serif;
				color: #0b001b;
				font-size : 14px;
				background-color: #0b001b;
				text-align:center;
				margin:0;
				padding:0;
			}
			* {
				margin:0;
				padding:0;
			}
			#wrapper {
				width:90%;
				min-width:1000px;
				margin-top:15px;
				text-align:left;
				background-color: white;
			}
			#header {
				text-align:right;
				font-size:75%;
				text-decoration:none;
				height:175px;
				width:100%;
				background-color: #983d97;
			}
 
			#Menu{
				text-align:center;
				margin:0;
				padding-top:15px;
				padding-bottom:15px;
				width:100%;
				color: #FFFFFF;
				background-color:#727512;				
				text-transform:uppercase;
				font-size:16px;
				}

			#Menu a:link, #Menu a:visited {
				color: #FFFFFF;
				background:#727512;
				text-decoration: none;
				font-weight:bold;
				padding-left:60px;
				padding-right:60px;
				}
			
			#Menu a:hover {
				color: #FFFFFF;
				background:#983d97;
				}
				
			#content {	
			}
			a:link, a:visited, a:hover {
				text-decoration:none;
				font-weight:normal;
				color: blue;
			}
			.surge, a.surge, a.surge:hover, a.surge:visited {
				text-align: center;
				font-size:6pt;
				font-weight:bold;
				color: white;
				text-decoration: none;
				margin-top:15px;
			}

		.style1 {
	border-width: 0px;
}

		.style2 {
	text-align: center;
}
.normal {
    
}
.error {
    color: red;
}