.title       {
	font-family: arial;
	font-size: 12pt;
	color: rgb(188,188,188);
	font: normal;
  }
body       {
	font-family: arial;
	font-size: 7pt;
	color: #050505;
	font: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}

img        {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.MyWhite {
	background-color: #fff;
}
table {
 	background-color: #fff;
 	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: arial;
	font-size: 7pt;
	color: #93908B;
 }
ul {
	padding-left: 14px;
}


tr {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
td {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.tdb {
	font-weight: bold;
	font-family: arial;
	font-size: 12pt;
 }

.black {
font-family: arial; font-size: 13pt; font-weight: normal; color: #9B9B9B; text-decoration: none; 
}
.right {
font-family: arial; font-size: 13pt; font-weight: normal; color: #9B9B9B; text-decoration: none; 
float: right;
}

.mail				   { font-family: arial; font-size: 7pt; font-weight: normal; color: #F2A90D; text-decoration: none; }
.mail:visited	 { font-family: arial; font-size: 7pt; font-weight: normal; color: #F2A90D; text-decoration: none; }
.mail:hover 		 { font-family: arial; font-size: 7pt; color: #F2A90D; font-weight: normal; text-decoration: none }
.mail:active		 { font-family: arial; font-size: 7pt; color: #F2A90D; font-weight: normal; text-decoration: none }
.mail:visited:hover	{ font-family: arial; font-size: 7pt; color: #F2A90D; font-weight: normal; text-decoration: none }


a				   { font-family: arial; font-size: 13pt; font-weight: normal; color: #EB880E; text-decoration: none; }
a:visited	 { font-family: arial; font-size: 13pt; font-weight: normal; color: #EB880E; text-decoration: none; }
a:hover 		 { font-family: arial; font-size: 13pt; color: #000; font-weight: normal; text-decoration: none }
a:active		 { font-family: arial; font-size: 13pt; color: #000; font-weight: normal; text-decoration: none }
a:visited:hover	{ font-family: arial; font-size: 13pt; color: #000; font-weight: normal; text-decoration: none }

.logo    { background: url("images/logo.jpg"); 
	background-repeat : no-repeat;
}

input        {
	font-size: 7pt;
	font-weight: bold;
	color: #190f43;
	background-color: #f6d200;
	padding: 1;
	border-width: thin;
	border-color: #64a4da;
	border-style: solid;
}
textarea     { font-size : 9pt; font-weight : bold; color : #190f43; background-color : #f6d200;padding : 1; border-width : thin;border-color: #64a4da;border-style : solid;}
select       { font-size : 9pt; font-weight : bold; color : #190f43; background-color : #f6d200;padding : 1; border-width : thin;border-color: #64a4da;border-style : solid;}

.menu {
	font-family: arial;
	font-size: 16pt;
	color: #050505;
	font-weight: normal;
}
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	position: relative;
	z-index: 100;
	font-family: Arial;
	font-size: 18pt;
	font-weight: normal;
	color: rgb(172,172,172);
	text-align: left;
}
 
/* use the table to position the dropdown list */
.menu table{
color: #050505;
border-collapse: collapse;
/*
z-index:80;
left:-10px;
top:25px;
*/
}
 
/* style all the links */
.menu a, .menu :visited {
	display: block;
	width: 249px;
	color: rgb(172,172,172);
	background: #fff;
	text-decoration: none;
	text-align: center;
}

/* style the links hover */
.menu :hover{
color:#000;
background:#fff;
}
 
/* hide the sub level links */
.menu ul ul {
visibility:hidden;
width:249px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
