body {
	background-color:#FFFFFF;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-align: center;
}

a { 
color: #000000; 
font-size:12px; 
text-decoration: none; 
font-weight: bold; 
}

a:hover { 
color: #0000CC; 
text-decoration: none; 
font-weight: bold; 
}

#tab a{
color:#FFFFFF;
text-decoration:none;
font-weight:bold;}

#menu a{
color:#FF6600;
text-decoration:none;
font-weight:bold;
}
#menu a:hover{
color:#FF9900;
text-decoration:none;
font-weight:bold;
}

a.TOPSEL {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background: #09C;
	display: block;
	height: 100%;
	width: 170px;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	border: thin solid #FFF;
	white-space: normal;
}

a.TOPSEL:visited { 
color: #000000; 
text-decoration: none; 
font-weight: bold; 
}

a.TOPSEL:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background: #D6D6D6;
}

a.TOPSEL:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background: #F90;
	display: block;
}

font.lowmenu {
font-style:normal;
font-size:x-small;
}

h2 {
	margin: 0 0 0 0;
	text-align: center;
}

ul { 
list-style-type: circle; 
color:#333333;
font-size:12px; 
}

image {border:0;}
/*-------------------------------------   body text style   ---------------------------------------------*/
.header_orange {
background-image:url(Images/Shared/Title_orange_bkg.jpg); 
background-repeat:no-repeat; 
background-position:center;
}

.header_blue {
background-image:url(Images/Shared/Title_blue_bkg.jpg); 
background-repeat:no-repeat; 
background-position:center;
}
.header_green {
background-image:url(Images/Shared/Title_green_bkg.jpg); 
background-repeat:no-repeat; 
background-position:center;
}
.title_white {font-family:Arial, Helvetica, sans-serif; font-size:25px; font-weight:bold; color: #FFFFFF;}
.title_orange {font-family:Arial, Helvetica, sans-serif; font-size:30px; font-weight:bold; color: #FF6600;}
.title_orange_s {font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color:#FF6600;}
.title_black {font-family:Arial, Helvetica, sans-serif; font-size:25px; font-weight:bold; color: #000000;}
.title_blue {font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; color:#000099;}

.text_black{font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color: #000000;}
.text_white{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	text-align: center;
}
.text_orange{font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color: #FF6600;}
.text_green {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color:#99CC00;}

.text_black_small{font-family:Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; color: #000000;}

.tab_blue_bkg { 
background-image:url(Images/Shared/Tabs_02.gif); 
background-repeat:repeat-x;
background-position:top;
}
.tab_green_bkg { 
background-image:url(Images/Shared/Tabs_02_green.gif); 
background-repeat:repeat-x;
background-position:top;
}

td table #gray_table {
padding: 0px;
border: 0px;
text-align:center;
font-size:12px;
font-weight:bold;
background-color:#CCCCCC;
}

.gray_button_bkg{
background-image:url(Images/Shared/Gray_button_bkg.jpg);
background-repeat:no-repeat;
padding:30px;
}
/*-------------------------------------   vertical list menu   ---------------------------------------------*/
ul.makeMenu{
  width: 170px;                 /* sets the size of the menu blocks */
  border: 0px solid #ffffff;     /* puts a black border around the menu blocks */
  background-color: #000066;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 2px;           /* stops the usual indent from ul */
  padding-right: 2px; 
  cursor: default;             /* gives an arrow cursor */
  margin-left: 5px;            /* Opera 7 final's margin and margin-box model cause problems */
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  text-align:left;
  margin-top: 10px;
}

ul.makeMenu ul {
  border-bottom: 1px solid #194CF5;
  border-top: 1px solid #194CF5;
  width: 170px;                 /* sets the size of the menu blocks */
							     /* puts a black border around the menu blocks */
  background-color:#000055;     /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 20px;            /* Opera 7 final's margin and margin-box model cause problems */
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  text-align:left;
  margin-top:10px;
  margin-bottom: 10px;
}

ul.makeMenu li { 
	color: #FFCC00;  
	list-style-type: none;       /* removes the bullet points */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a { color: #fff; display: block; width: 100%; text-decoration: none; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #ffcc00; display: block; background-color:#1A41E4;}
ul.makeMenu li:hover > a { color: #ffcc00; } /* supports links in branch headings - must not be display: block; */

[if gte IE 5]><![if lt IE 7]{ /* that IE 5+ conditional comment makes this only visible in IE 5+ */

ul.makeMenu li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
	behavior: url( IEmen.htc );
}

	
