td {
	font-family : Arial, Verdana, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : black;
}

.tdtitle {
	font-family : Arial, Verdana, Tahoma;
	font-size : 14pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : 28px;
	background: #1C4CB2;
	color : white;
	text-align : center;
}

.tdheader {
	font-family : Arial, Verdana, Tahoma;
	font-size : 11pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	color : #1C4CB2;
	text-align : center;
}

.tdjustify {
	font-family : Arial, Verdana, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : black;
	text-align : justify;
}

td.info {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : white;
	text-align :center;
	background :  #666666;
}


ul {
	font-family : Arial, Verdana, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : black;
}

ol {
	font-family : Arial, Verdana, Tahoma;
	font-size : 8pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : black;
}

input.button {
 background-color : #1C4CB2; 
 font-weight : bold; 
font-family : Arial, Verdana, Tahoma;
 color: white;
 font-size : 8pt;
 font-style : normal;
 font-variant : normal;
 height : auto;
 letter-spacing : normal;
 line-height : normal;
}

select.button {
 background-color : #1C4CB2; 
 font-weight : bold; 
font-family : Arial, Verdana, Tahoma;
 color: white;
 font-size : 8pt;
 font-style : normal;
 font-variant : normal;
 height : auto;
 letter-spacing : normal;
 line-height : normal;
}

textarea.button {
 background-color : #1C4CB2; 
 font-weight : bold; 
font-family : Arial, Verdana, Tahoma;
 color: white;
 font-size : 8pt;
 font-style : normal;
 font-variant : normal;
 height : auto;
 letter-spacing : normal;
 line-height : normal;
}

a:link {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : italic;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	background-color : #666666;
	color: white;
	text-decoration : none;
}

a:visited {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : italic;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	background-color : #666666;
	color: white;
	text-decoration : none;
}

a:hover{
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : italic;
	font-variant : normal;
	font-weight : bold;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	background-color : #666666;
	color: white;
	text-decoration : none;
}

a:active {
	font-family : Verdana, Arial, Tahoma;
	font-size : 8pt;
	font-style : italic;
	font-variant : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	background-color : #666666;
	color: white;
	text-decoration : none;
}

body {
	background-color : #D2D4E1;
	background-image : url(images/background.jpg);
	style-scrollbar-3dlight-color : white;
	scrollbar-arrow-color :  white;
	scrollbar-base-color :  #1C4CB2;
	scrollbar-darkshadow-color : #1C4CB2;
	scrollbar-face-color : #1C4CB2;
	scrollbar-highlight-color : white;
	scrollbar-shadow-color : white;
  scrollbar-track-color : #D2D4E1; 
	bottommargin : 0;
	leftmargin : 0;
	marginheight : 0;
	marginwidth : 0;
	rightmargin : 0; 
	topmargin : 0;
}							 