/*to specify your own class you put a . infront if there is no fullstop it will apply it to the tag. eg <body> in css is body */
body {
	background-color : white;
	margin : 0px;
	padding : 0px;
	spacing : 0px;
	}

.table {
	width :910px;
	vertical-align : top;
	}

.content {
	text-align : justify;
	vertical-align : top;
	horizontal-align : left;
	margin-left : 0px;
	font-family : Verdana;
	font-size : 11px;
	line-height : 16px;
	color : #5E5D5D;
	}

.intro{
	text-align : justify;
	width : 500px;
	padding : 20px;
	vertical-align : top;
	horizontal-align : left;
	margin-left : 0px;
	font-family : Verdana;
	font-size : 11px;
	line-height : 16px;
	color : #5E5D5D;
	}

.datatable {
	width :750px;
	background : white;
	color : #5E5D5D;
	text-align : left;
	font-family : Verdana;
	font-size : 11px;
	line-height : 14px;
	vertical-align : top;
	padding : 7px;
	border-top : thin solid Black;
	border-left : thin solid Black;
	border-bottom : thin solid Black;
	border-right : thin solid Black;
	}
	
h1 {
	text-align : justify;
	font-family : Verdana;
	font-size : 14px;
	font-weight : bold;
	line-height : 16px;
	color : #e55e1c;
	}

h2 {
	text-align : justify;
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	line-height : 18px;
	color : #5E5D5D;
	}
	
h3 {
	text-align : justify;
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	line-height : 18px;
	color : #063388;
	}

	
a:link {color: #063388}
a:visited {color: Black}
a:hover {color: #e55e1c}
a:active {color: Black}
img {display: block}

.footer {
	padding:15px;
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
	text-align : center
	}

div {
	position:relative;
	width:910px;
	height:430px;
	z-index:1;
	overflow:auto;
	overflow-x: hidden;
	visibility:visible;
	}
