BODY {
	BACKGROUND-COLOR:#2053A2;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	VERTICAL-ALIGN: top;
	PADDING-TOP: 0px;
	FONT-FAMILY: "Arial", "Helvetica", "Sans-Serif";
	TEXT-ALIGN: center;
	font-size: 12px;

}
TABLE {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 10pt; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: top; PADDING-TOP: 0px; FONT-FAMILY: "Arial", "Helvetica", "Sans-Serif";
}

.font {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	line-height: 15px;
	color: #006699;
}

.font1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 8px;
	color: #ff0000;
	text-decoration: underline;
	font-style: normal;



}
a:link {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	line-height: 15px;
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	line-height: 15px;
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	line-height: 15px;
	color: #bb4444;
	text-decoration: underline;
}
a:active {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	line-height: 15px;
	color: #bb4444;
	text-decoration: underline;
}

#containerul, #containerul ul{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;				/* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 10px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  line-height: 18px;
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{			/* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 100%;
  background-repeat:no-repeat;
}

