﻿/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#content {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #202020;
	overflow-y: Hidden;
	overflow-x: Hidden;
	overflow: Auto;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:11px;
	line-height: 15px;
	color: #AAAAAA;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 21px;
	color: #EEEEEE;
	position: relative;
	top: 10px;
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #999999;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 17px;
	color: #EEEEEE;
	position: relative;
	top: 10px;
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-color: #999999;
}

b {
	color: #EEEEEE;
}

.warning { 
	color: #FF0000;
	border-color: #FF0000;
}

.margin {
	width: 450px;
	margin: 10px;
	padding-bottom: 20px;
	
}

a:link { color: #AAAAAA; }
a:visited { color: #AAAAAA; }
a:hover { color: #EEEEEE; }
a:active { color: #EEEEEE; }
