﻿BODY {
	background-color : #999999;
	background-image : url('images/bg.jpg');
	background-attachment : fixed;
	font-family : Sylfaen;
	font-size : 12pt;
	text-align : center;
    margin-top : 0px;
	overflow: auto
   

}

A:HOVER {
	font-family : Sylfaen;
	font-size : 12pt; text-decoration : underline; color : #990000
	
}

A {	
    font-family : Sylfaen;
	font-size: 12pt; text-decoration : underline; color : #000099 

}

TD {
	font-family : Sylfaen;
	font-size : 12pt;
	color : #000000

}
H1 {
	color : #000000;
	font-family : Sylfaen;
	font-size : 24pt
}
H2 {
    color : #000000;
    font-family : Sylfaen;
    font-size : 14pt;
}
H3 {
    color : #000000;
    font-family : Sylfaen;
    font-size : 12pt;
    font-weight : 400;
}
H4 {
    color : #000000;
    font-family : Sylfaen;
    font-size : 14pt;
    font-weight : 400;
}
INPUT {
    background-color : transparent;
    color : #000000;
   	font-family : Sylfaen;
    font-size : 12pt;
}
TABLE {
	color : #000000;
	font-family : Sylfaen;
	font-size : 14pt;
	background-color : transparent;
}
STRONG {
	font-size : 18pt; font-family : Sylfaen; color : #000000
}