body { 
   margin: 0;
   font-family: sans-serif;
   font-size: 11pt;
   text-align: justify;
	 background-color : rgb(0,20,45);
}

p {
	font-size: inherit;
}

div.left {
	text-align : center;
}

div.right {
	text-align : center;
}

div.center {
	text-align : center;
}

span.center {
	text-align : center;
}


table.title {
	border-width : 0px;
	border-spacing : 0px;
	padding: 0px;
	background-color : rgb(0,20,45);
	text-align : center;
}

td.tleft {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

td.tright {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

table.menubar {
	border-width : 0px;
	border-spacing : 0px;
	padding: 0px;
	background-color : #D3D3D3;
}

table {
	font-size: inherit;
}

td {
	font-size: inherit;
}

p {
	font-size: inherit;
}

table.main {
	border-width : 0px;
	border-spacing : 1px;
	margin-left : 5px;
	padding: 0px;
	background-color : rgb(0,20,45);
	vertical-align : Top;
}

div.mid_img {
	text-align : center;
	font-size : small;
	font-weight : bold;
}

div.mid_img_r {
	float : right;
	text-align : center;
	font-size : small;
	font-weight : bold;
}

div.mid_img_l {
	float : left;
	text-align : center;
	font-size : small;
	font-weight : bold;
}

img.mid {
	padding-left : 5px;
	padding-right : 5px;	
	padding-top : 0px;	
	padding-bottom : 0px;	
}

img.mid_l {
	padding-left : 0px;
	padding-right : 10px;	
	padding-top : 0px;	
	padding-bottom : 0px;	
}


img.mid_r {
	padding-left : 10px;
	padding-right : 0px;	
	padding-top : 0px;	
	padding-bottom : 0px;	
}

div.dates {
	position: relative;
	left: 50px;
}

div.indent {
	position: relative;
	left: 10px;
	padding-right: 20px;
}

pre.app_form {
	font-size: 11;
	font-family: monospace;
}

td.menubar {
	border-width : 0px;
	border-spacing : 0px;
	padding : 5px;
	background-color : #D3D3D3;
	text-align : center;
}

table.sidebar {
	border-width : 0px;
	border-spacing : 0px;
	background-color : rgb(0,20,45);
	vertical-align : Top;
}

td.sidebar {
	border-width : 0px;
	border-spacing : 0px;
	background-color : rgb(0,20,45);
	vertical-align : Top;
	padding-left: 5px;
	padding-right: 8px;
}

td.blue {
	color : white;
	border-width : 0px;
	border-spacing : 0px;
	padding : 0px;
	background-color : rgb(0,20,45);
}

table.sponsor {
	background-color : white;
	border-width : 0px;
	border-spacing : 0px;
	padding : 5px;
	vertical-align : Top; 
	font-weight : bold;
}

table.pad {
	border-spacing: 20px 0px;
}

td.sponsor {
	background-color : white;
	border-width : 0px;
	border-spacing : 0px;
	vertical-align : Top;
}


table.news {
	text-align: left;
	background-color : white;
	border-width : 0px;
	border-spacing : 0px;
	padding : 10px;
	vertical-align : Top;
}

td.news {
	text-align: left;
	background-color : white;
	border-width : 0px;
	border-spacing : 0px;
	padding-right : 5px;
	padding-left : 5px;
	padding-top : 10px;
	padding-bottom : 10px;
	vertical-align : Top;
}

p.news {
	text-align : left;
	font-size : small;
}

td.main {
	border-width : 0px;
	border-spacing : 0px;
	padding : 20px;
  text-align: justify;
	background-color : white;
	font-size: inherit;
	vertical-align : Top;
}

td.footer {
	border-width : 0px;
	border-spacing : 0px;
	padding : 5px;
  text-align: justify;
	background-color : white;
	font-size: inherit;
	vertical-align : Top;
}

H1.title {
	color : white;
   	font-family: Arial, Helvetica, sans-serif;
	text-align : center;
	font-weight : normal;
}

H2.title {
	color : white;
   	font-family: Arial, Helvetica, sans-serif;
	text-align : center;
	font-weight : normal;
}

H2 {
	font-size: 18pt;
}


H3 {
	font-size: 14pt;
}

H4 {
	font-size: 12pt;
	margin: 0pt;
}


a {
	color : rgb(20,20,120);
	text-decoration : none;
}

a:visited { 
	color : rgb(80,90,140);
	text-decoration : none;
}

a:hover { 
	color: rgb(240,135,67);
	text-decoration : underline;
}

a.title {
	color : #D3D3D3;
	text-decoration : none;
}

a.title:visited { 
	color : #D3D3D3;
	text-decoration : none;
}

a.title:hover { 
	color: rgb(240,135,67);
	text-decoration : underline;
}

a.nohover {
	color : rgb(40,50,100);
	text-decoration : none;
}

span.ul {
	color : rgb(80,90,140);
	text-decoration: underline;
}

