h1           { font-size: 18pt; font-family: Tahoma; color: #004000; font-weight: bold }
h2           { font-family: Tahoma; font-size: 14pt; font-weight: bold }
h5           { font-family: Tahoma; font-size: 10pt; font-weight: bold }

body         { background-color: #00004F; font-family:Tahoma; font-size:10pt; font-weight:bold }

table 		{cellpadding:0; cellspacing:0; dir="rtl"; font-family:Tahoma; font-size:10pt; color:#002A69; font-weight:bold; margin-top: 0; margin-bottom: 0}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
a:link       { color: #FFFFFF }
a:visited    { color: #00FFFF }
