body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 2px;
	width: auto;
	height: auto;
	color: #022192;
}
h1 {
	color: #4A5468;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	color: #4A5468;
	font-size: 13px;
	font-weight: bold;
}
h3 {
	color: #4A5468;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	color: #4A5468;
	font-size: 11px;
	font-weight: bold;
}
h5 {
	color: #4A5468;
	font-size: 10px;
	font-weight: bold;
}
h6 {
	color: #4A5468;
	font-size: 9px;
	font-weight: bold;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004AAE;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #022192;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: disc;
	list-style-position: outside;
	color: #333333;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	list-style-image: url(../images/icon_dot2.gif);
}

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: upper-roman;
	list-style-position: outside;
	color: #333333;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #042087;

}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}
#white{
	color: #FFFFFF;
}
#gray{
	color: #CCCCCC;
}
#black{
	color: #000000;
}
#red{
	color: #FF0000;
}
#darkorange{
	color: #CC6633;
}
#orange{
	color: #FF6600;
}
#blue{
	color: #0000FF;
}
#darkblue{
	color: #000099;
}
#green{
	color: #009900;
}
#yellow{
	color: #FFCC00;
}
#strong{
	font-weight: bolder;	
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.cusinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
	background-color: #EEEEEE;

}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
}
#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 15px;
	padding:0;
	list-style-type:none;
	list-style-position: outside;
	list-style-image: url(../images/icon_dot1.gif);
}

#containerul .symbols{			/* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:9px;
  height:1px;
  background-position:0 100%;
  background-repeat: no-repeat;
}
.cusborder {
	border: thin solid #00CCFF;
}
