/*
NOTE: This version2.2 is a work in progress! Trying to get the z-index and position-ing of the house-banner
behaving in both IE6 AND Firefox is problematic...
*/

/* 
The following colours are used in this stylesheet.

left background (image only): #edf2ff;
left selected/expanded background: #f5faff;
left/top unselected background: #d7e2fc;
left/top hover background: #002C95;
lines: #d7e2fc;
main text: black;
h1, highlight: #C03A00;
navigation text: #002C95;
toolbar text and nav spacing: white;
*/

/* Tag specific rules 
*******************************************************************************/
* {
	/* set even playing field for all browsers */
	margin : 0;
	padding : 0;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-color: #F3F2E6;
	background-image:url(../../images/bg_page.png);
	background-attachment:fixed;
	background-repeat:repeat-x;
	/* decimal fontsize fixing font resizing bug in IE5/6 */
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

img {border: 0;}
a {color: #C03A00; text-decoration: none;}
a:hover {text-decoration: underline;}
a:focus {text-decoration: underline;}
h1 {margin-bottom : 0.6em; font-size: 1.6em; color: #C03A00 ; font-weight: normal;}
h2,h3,h4,h5,h6 {color: #000033;}
h2 {font-size: 1.4em; font-weight: bold;}
h2 A {
	 COLOR: #012f97; TEXT-DECORATION: none;
}
h2 A:hover {
	TEXT-DECORATION: underline
}
h3 {font-size: 1.2em; font-weight: bold;}
h3 A {
	 COLOR: #012f97; TEXT-DECORATION: none;
}
h3 A:hover {
	TEXT-DECORATION: underline
}
h4 {font-size: 1em; font-weight: bold;}
h4 A {
	 COLOR: #012f97; TEXT-DECORATION: none;
}
h4 A:hover {
	TEXT-DECORATION: underline
}
p {margin : 0 0 1em 0; font-size:}
ol,ul {margin: 0 0 1em 2em; }
ul li {}
ol li {}
table {
	
	border : 0;
	margin : 0 0 0em 0;
}

input,select,textarea {
	font-size : 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
hr {
	height: 1px;
	color: #D7E2FC;
	background-color: #D7E2FC;
}


/* page wrapper
*******************************************************************************/
#cim_page-wrapper {
	/* set global base font size for entire page */
	font-size: 80.01%;
	position : relative;
	display: block;
	width: 980px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#cim_skip-content {
	text-align: right;
	font-size: 0.75em;
	background-color: #25548A;
}
#cim_skip-content a {
	text-decoration: none;
	color:#999

}
#cim_skip-content a:hover, #cim_skip-content a:focus {
	text-decoration:underline;
		color:#999;

}


/* Header 
*******************************************************************************/
#cim_header {
	position : relative;
	border-bottom : 1px solid #fafafa;
	margin-bottom : 0px;
	font-size : 0.85em;
	min-height : 73px;
	min-width: 900px;
	background-color: #003399;
	
}
* html #cim_header {height : 73px;}

#cim_header #cim_header-left #top_left_corner_image {position : absolute; left : 0; top : 0;}
#cim_header #cim_header-left #logo
{
	position : absolute; left : 7px; top : 0;
}

#cim_header-left {
background-color: #003399;

}

#cim_header #cim_header-left span.unit {font-weight : normal;font-size : 1em;}

#cim_header #cim_dept-logo {
	position : absolute;
	right : 0;
	top : 0px;
}
#cim_house-banner {
	position: absolute;
	margin-left:270px;
	top: 1.0em;
	
}


/* ............................. Search ........................... */
.search
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	min-width: 920px;
	color: #000000;
}
#cim_search-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	
}
#cim_search_input, #cim_search_input input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 1em;
	border: 1px solid #003399!important;
	width: 165px;
}
/* tools - search, links etcs
*******************************************************************************/
#cim_tools {
	min-width: 900px;
	background-color : #fafafa;
	border-bottom : 1px solid white;
	font-size : 0.85em;
	color : #000000;
	height : 2.2em;
	padding : 3px 10px 0 10px;
	clear : both;
}
* html #cim_tools {height : 2.3em;} 
*:first-child+html #cim_tools {height : 2.3em;} 

#cim_tools a {color : #002C95; text-decoration : none;}
#cim_tools a:hover, #cim_tools a:focus {text-decoration : underline;}
#cim_tools input {
	border : 1px solid #d7e2fc;
	vertical-align : middle;
	padding : 1px 0 2px 0;
	width : 184px;
}
#cim_tools input.go {
	border : 0;
	width : auto;
	height : auto;
	padding : 0;
}

#cim_tools div.links {float : left; line-height : 1.8em;}
#cim_tools div.search {float : right; line-height : 1.8em;}




/* top navigation
*******************************************************************************/
#cim_top-nav {
	clear: both;
	background-image:url(../../images/bg_primary-nav.jpg);
	border-bottom : 1px solid white;
	font-size : 0.85em;
	position : relative;
	height : 2.5em;
	z-index : 10;
}
#cim_top-nav ul {
	padding : 0; 
	margin : 0; 
	list-style-type: none;
}
#cim_top-nav ul li {
	list-style-type: none;
	float : left;
	position : relative;
	padding : 0;
	margin : 0;
	border-right : 1px solid #FFFFFF;
	z-index : 10;
}
#cim_top-nav ul ul {
	display : none;
	position : absolute;
	top : 2.5em;
	left : 0;
	\left : -16px;
	lef\t : 0;
}
#cim_top-nav ul li li {
	border : none;
	font-size : 1em;
	display : block;
	float : none;
	border-bottom : 1px solid #000000;
	border-right : 1px solid #000000;
	border-left : 1px solid #000000;
}
#cim_top-nav li a {
	display : block;
	color:#002C95;
	font-weight: bold;
	margin : 0;
	padding : 6px 0px 6px 1em;
	text-decoration : none;
}
#cim_top-nav li a:hover, #cim_top-nav li a:focus, #cim_top-nav li a.highlight {
	background-color : #002C95;
	color : white;
	font-weight : bold;
}

#cim_top-nav li li a {
	display : block;
	background-color:#F5F5F5;
	padding : 6px 0px 6px 11px;
}

#cim_top-nav li li a:hover, #cim_top-nav li li a:focus {
	background-color : #002C95 !important;
	color : white !important;
	font-weight : bold;
}

/* home item has to be 171px */
#cim_top-nav ul li.menu-item-home-pg {
	width: 91px;
}
#cim_top-nav li.menu-item-home-pg a {width : 80px;}

/* home item has to be 171px */
#cim_top-nav ul li.menu-item-home {width: 171px;}
#cim_top-nav li.menu-item-home a {width : 160px;}


/* 
	variables: item1 through item10
	Customise width of top level items - uncomment section below
	Note: you have a total of around 60em to work with (at default text sizes) 
*/
#cim_top-nav ul li.menu-item1-pg {width: 12em;} #cim_top-nav li.menu-item1-pg a {width : 11em;}
#cim_top-nav ul li.menu-item2-pg {width: 14em;} #cim_top-nav li.menu-item2-pg a {width : 13em;}
#cim_top-nav ul li.menu-item3-pg {width: 16em;} #cim_top-nav li.menu-item3-pg a {width : 15em;}
#cim_top-nav ul li.menu-item4-pg {width: 17em;} #cim_top-nav li.menu-item4-pg a {width : 16em;}
#cim_top-nav ul li.menu-item5-pg {width: 11em;} #cim_top-nav li.menu-item5-pg a {width : 10em;}
#cim_top-nav ul li.menu-item6-pg {width: 11em;} #cim_top-nav li.menu-item6-pg a {width : 10em;}
#cim_top-nav ul li.menu-item7-pg {width: 15em;} #cim_top-nav li.menu-item7-pg a {width : 14em;}
#cim_top-nav ul li.menu-item8-pg {width: 15em;} #cim_top-nav li.menu-item8-pg a {width : 14em;}
#cim_top-nav ul li.menu-item9-pg {width: 15em;} #cim_top-nav li.menu-item9-pg a {width : 14em;}
#cim_top-nav ul li.menu-item10-pg {width: 15em;} #cim_top-nav li.menu-item10-pg a {width : 14em;}


#cim_top-nav ul li.menu-item1 {width: 13em;} #cim_top-nav li.menu-item1 a {width : 12em;}
#cim_top-nav ul li.menu-item2 {width: 11em;} #cim_top-nav li.menu-item2 a {width : 10em;}
#cim_top-nav ul li.menu-item3 {width: 16em;} #cim_top-nav li.menu-item3 a {width : 15em;}
#cim_top-nav ul li.menu-item4 {width: 17em;} #cim_top-nav li.menu-item4 a {width : 16em;}
#cim_top-nav ul li.menu-item5 {width: 9em;} #cim_top-nav li.menu-item5 a {width : 8em;}
#cim_top-nav ul li.menu-item6 {width: 9em;} #cim_top-nav li.menu-item6 a {width : 8em;}
#cim_top-nav ul li.menu-item7 {width: 15em;} #cim_top-nav li.menu-item7 a {width : 14em;}
#cim_top-nav ul li.menu-item8 {width: 15em;} #cim_top-nav li.menu-item8 a {width : 14em;}
#cim_top-nav ul li.menu-item9 {width: 15em;} #cim_top-nav li.menu-item9 a {width : 14em;}
#cim_top-nav ul li.menu-item10 {width: 15em;} #cim_top-nav li.menu-item10 a {width : 14em;}



/* content wrapper
*******************************************************************************/
#cim_content-wrapper {
	/* creates fake left column background image */
	background: transparent url(../images/bg_left_col.gif) 0 0 repeat-y;
	clear : both;
	border-top : 1px solid #d7e2fc;
	width: 100%;
	
}
#main-table
{
	width: 100%;
}
/* left column (secondary navigation)
*******************************************************************************/
#cim_left-col {
	font-size : 0.85em;
	width : 170px;
	margin-left : 1px;
	float : left;
	position : relative;
	display : inline;
	z-index : 9;
	overflow:hidden;
}

/* first level items */

#cim_left-col ul {
	list-style-type : none;
	padding : 0;
	margin : 0;
}
#cim_left-col li {
	list-style-type : none;
	margin : 0;
}
#cim_left-col a {
	display : block;
	padding: 4px 12px 6px 12px;
	width : 146px;
	\width : 170px;
	w\idth : 146px;
	text-decoration : none;
	background-image:url(../../images/bg_primary-nav.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #002C95;
	font-weight:bold;
}
#cim_left-col a:hover, #cim_left-col a:focus {
	color : #FFFFFF;
	background : #002C95;
	font-weight : bold;

}
#cim_left-col A:focus {
	FONT-WEIGHT: bold;
}
#cim_left-col LI A.arrow {
	background-image:url(../../images/icons/arrow_blue_right.jpg);
	
}
#cim_left-col LI A.arrow:hover {
	background-color: #002C95;
	background-image: url(../../images/icons/arrow_white_down.gif);
	background-repeat: no-repeat;
	background-position: 155px;
}
#cim_left-col LI A.arrow:focus {
	
	color: #002C95;
	background-color: #eeeeee;
}

#cim_left-col LI UL.arrow_open {
	display:block;
	
}
#cim_left-col LI UL.arrow {
	display:none;
	
}
#cim_left-col LI A.arrow_open {
	background-image:url(../../images/icons/arrow_blue_down.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
}

#cim_left-col LI A.arrow_open:hover {
	color: #FFFFFF;
	background-color: #002C95;
	BACKGROUND: url(../../images/icons/arrow_white_down.gif) #002C95 no-repeat 155px 10px;
}
#cim_left-col LI A.arrow_open:focus {
	
	color:  #FFFFFF;
	background-color: #002C95;
	
}

/* first level EXPANDED items */

#cim_left-col li.highlight {background-color : #f5faff;}
#cim_left-col li.highlight a {
	background : transparent;
	border : 0;
	font-weight : bold;
}
#cim_left-col li.highlight a:hover, #cim_left-col li.highlight a:focus {
	background : transparent;
	color : #002C95;
	text-decoration : underline;
}
#cim_left-col li.highlight a.arrow {
	background: transparent url(../images/icons/arrow_blue_down.gif) 150px 8px no-repeat;
}
#cim_left-col li.highlight a.arrow:hover, #cim_left-col li.highlight a.arrow:focus {
	background: transparent url(../images/icons/arrow_blue_down.gif) 150px 8px no-repeat;
}

/* SECOND level items */

#cim_left-col li li.highlight a {font-weight : bold !important;}

#cim_left-col li li a {
	
	border : 0;
	padding : 6px 12px 6px 28px;
	width : 130px;
	\width : 170px;
	w\idth : 130px;
}
#cim_left-col li li a:hover, #cim_left-col li li a:focus {background-image : none;}

/*...................................... */

#cim_left-col LI LI A {
	FONT-SIZE: 0.85em;
	WIDTH: 138px;
	PADDING-TOP: 6px;
	PADDING-BOTTOM: 6px;
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 17px;
	BACKGROUND:  #f7f7f7 no-repeat 145px 10px;
	
}
#cim_left-col LI LI A:hover {
	color: #002C95;
	background-color: #eeeeff;
}
#cim_left-col LI LI A:focus {
	color: #002C95;
	background-color: #eeeeee;
}

#cim_left-col LI LI A.highlight {
	FONT-WEIGHT: bold; 
	color: #002C95;
	background-color: #eeeeff;
}
#cim_left-col LI LI A.arrow {
	BACKGROUND: url(../../images/icons/arrow_blue_side.gif)  no-repeat 155px 7px;
}
#cim_left-col LI LI A.arrow:hover {
	color: #002C95;
	background-color: #eeeeff;
	background-image: url(../../images/icons/arrow_blue_down.gif);
	background-repeat: no-repeat;
	background-position: 155px 7px
}
#cim_left-col LI LI A.arrow_open {
	FONT-WEIGHT: bold; BACKGROUND: url(../../images/icons/arrow_blue_down.gif) #eeeeff no-repeat 155px 7px; BORDER-BOTTOM-STYLE: none;
}
#cim_left-col LI LI A.arrow_open:hover {
	color: #002C95;
	FONT-WEIGHT: bold; BACKGROUND: url(../../images/icons/arrow_blue_down.gif) #eeeeff  no-repeat 155px 7px; BORDER-BOTTOM-STYLE: none;
}

#cim_left-col LI LI A.arrow_open:focus {
	color: #002C95;
	FONT-WEIGHT: bold; BACKGROUND: url(../../images/icons/arrow_blue_down.gif) #eeeeff  no-repeat 155px 7px; BORDER-BOTTOM-STYLE: none;
}
/* THIRD level items */
#cim_left-col li li.highlight li a {font-weight : normal !important;}
#cim_left-col li li li a {
	padding : 6px 12px 6px 38px;
	width : 120px;
	\width : 170px;
	w\idth : 120px;
}

/* orange highlighting - due to the cascade, several rules need overriding */
#cim_left-col a.highlight {color : #C03A00 ; font-weight : bold !important;}


#cim_left-col LI LI LI A {
	font-weight: normal;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 25px;
	FONT-SIZE: 0.85em;
	BACKGROUND-IMAGE: none!important;
	PADDING-BOTTOM: 8px;
	WIDTH: 140px;
	COLOR: #e44601;
	BORDER-TOP-STYLE: none;
	PADDING-TOP: 8px;
	BACKGROUND-COLOR: #ffffff;
	TEXT-DECORATION: none;
	BORDER-BOTTOM-STYLE:none;
}
#cim_left-col LI LI LI A:hover {
	BACKGROUND-COLOR: #fef5ed;
	COLOR: #e44601;
}
#cim_left-col LI LI LI A:focus {
	FONT-WEIGHT: bold; 
	BACKGROUND-COLOR: #fef5ed;
	COLOR: #e44601;
	
}
#cim_left-col LI LI LI A.highlight {
	FONT-WEIGHT: bold; BACKGROUND-COLOR: #fef5ed; COLOR: #e44601;
}

/* ........................................ Added Features ........................................... */


/* main body content
*******************************************************************************/
#cim_main-content {
	
	position : relative;
	z-index : 5;
}
.no-right-col {
	padding-right: 14px !important;
}

* html #cim_main-content {
	padding-left : 10px;
	height : 1%;
}
*:first-child+html #cim_main-content {
	padding-left : 10px;
	height : 1%;
}
.left-col
{
	background-color: #eeeeee;
	width : 140px;
}

/* right column (used for related links, shortcuts, peripheral info, etc)
*******************************************************************************/
.right_col
{
	width: 150px;
	font-size : 0.85em;
}
.right_col ul {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

.right_col ul li {
	list-style-type : none;
	margin : 0;
	
}

.right_col ul li a {text-decoration : none;}
.right_col ul li a:hover, .right_col ul li a:focus {text-decoration : underline;}


td.right_col
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d7e2fc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d7e2fc;
}
td.middle_col {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dedfde;
}
/* bread crumbs
*******************************************************************************/
#cim_bread-crumbs {
	margin : 0 0 12px 0; 
	padding-left : 0; 
	padding-bottom : 6px; 
	list-style : none; 
	font-size : 0.85em;
	border-bottom : 1px solid #d7e2fc;
	position : relative;
}
#cim_bread-crumbs img {
	display : inline; 
	margin-right : 5px; 
	padding-left : 5px;
	
}
#cim_bread-crumbs li {
	display : inline; 
	padding-left : 20px;
	padding-right : 10px;
	background : transparent url(../../images/icons/bullet_breadcrumb.gif) 0 60% no-repeat;
	color : #002C95;
}
* html #cim_bread-crumbs li {background-position : 0 70%;}
*:first-child+html #cim_bread-crumbs li {background-position : 0 70%;}

#cim_bread-crumbs li.first-item {
	background-image : none;
	padding-left : 0;
	padding-right : 10px;
}

#cim_bread-crumbs li a {text-decoration : none; COLOR: #012f97;}
#cim_bread-crumbs li a:hover, #cim_bread-crumbs li a:focus {text-decoration : underline; COLOR: #012f97;}

#cim_bread-crumbs li.highlight {
	color: #C03A00;
}


/* footer
*******************************************************************************/
#cim_footer {
	clear : both;
	border-top : 1px solid #d7e2fc;
	text-align : right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.8em;
	color:  #FFFFFF;
}
#cim_footer1 {
	font-size: 0.8em;
	color:  #FFFFFF; /* #002C95; */
	background-color: #003399;
}

#cim_footer a {text-decoration : none; color:  #FFFFFF; }
#cim_footer a:hover, #cim_footer a:focus {text-decoration : underline;}
#cim_footer #nswstyle_datelastupdated {font-weight : bold;}


/* generic reusable classes
*******************************************************************************/
.clear-hidden {
	clear : both;
	font-size : 1px; 
	line-height : 1px;
}

.float-left {float : left;}
.float-right {float : right;}

.float_left_image {float : left;}
.float_right_image {
	float : right;
	background-color: #FFFFFF;
	display: block;
	height: 73px;
	width: 285px;
}

div.function-icons {
	float : right;
	cursor : default;
}
div.function-icons .noscript {
	display:none;
}
div.function-icons .scriptAvailable {
	display:inline;
}

/* --------------------------------------- */

#body_area {
	PADDING-RIGHT: 7px; PADDING-LEFT: 10px; PADDING-TOP: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 0.85em;
}
.state
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	padding-top: 10px;
	
	
}
.state a:link, .state a:active, .state a:visited, .state a:hover
{
	display: block;
	font-size : 1.0em;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	
}
.department, .department a:link, .department a:active, .department a:visited, .department a:hover
{
	display: block;
	text-decoration: none;	
	font-size :0.9em;
	padding-top: 4px;
}
.logo_and_text
{
	padding-top: 4px;
}
.logo_and_text img
{
	padding-top: 0px;
	border: none;
}

table.tables {
	table-spacing:2px;
	border-top:1px none;
	border-left:1px none;
	border-bottom:1px none;
	border-right:1px none;
}
table.tables th {
	font-size: 12px;
	font-family: verdana;
	text-decoration: none;
	border:0;
	padding:3px 3px 3px 3px;
	background-color:#D7E2FC;
	color:#000000;
	text-align: left;
}

table.tables td {
	font-size: 12px; 
	font-family: verdana;
	text-decoration: none;
	border:0; 
	padding:3px 3px 3px 3px;
	background-color:#E9EBEA;
}
table.tables A {
	 COLOR: #012f97; TEXT-DECORATION: none; font-weight:bold;
}
table.tables A:hover {
	TEXT-DECORATION: underline
}

.mission {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C03A00;
	font-style: italic;
	
}



.redbold {
	color: #FF0000;
	font-weight: bold;
}

.green {
	color: #093;
}
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFCC;
padding: 3px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -80px;
left: 180px; /*position where enlarged image should offset horizontally */

}

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 0px;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}
.blue_form {
	font-weight: bold;
	color: #03C;
}

.green_form {
	font-weight: bold;
	color:#3C0; 
}

.pink_form {
	font-weight: bold;
	color:#F0C
}

table.tables2 {
	table-spacing:2px;
	border-top:1px none;
	border-left:1px none;
	border-bottom:1px none;
	border-right:1px none;
}
table.tables2 th {
	font-size: 12px;
	font-family: verdana;
	text-decoration: none;
	border:0;
	padding:3px 3px 3px 3px;
	background-color:#99BFE6;
	color:#000000;
	font-weight:normal;
}

table.tables2 td {
	font-size: 12px; 
	font-family: verdana;
	text-decoration: none;
	border:0; 
	padding:3px 3px 3px 3px;
	background-color:#E8EEF8;
}
table.tables2 A {
	 COLOR: #C03A00; TEXT-DECORATION: none; font-weight:bold;
}
table.tables2 A:hover {
	TEXT-DECORATION: underline
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#FFFFFF}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    font-size: 80.01%;
    display:block;
    position:absolute;
    top:-4em; left:-10em; width:15em;
    border:1px solid #D7E2FC;
    background-color:#ffffff; color:#000000;
    text-align: left;
	text-decoration:none}
	
table.tables3 {
	table-spacing:2px;
	border-top:1px none;
	border-left:1px none;
	border-bottom:1px none;
	border-right:1px none;
}
table.tables3 th {
	font-size: 12px;
	font-family: verdana;
	text-decoration: none;
	border:0;
	padding:3px 3px 3px 3px;
	background-color:#D7E2FC;
	color:#000000;
	font-weight:normal;
	text-align:left;
}

table.tables3 td {
	font-size: 12px; 
	font-family: verdana;
	text-decoration: none;
	border:0; 
	padding:3px 3px 3px 3px;
	background-color:#FFFFFF;
}
table.tables3 A {
	 COLOR: #C03A00; TEXT-DECORATION: none; font-weight:bold;
}
table.tables3 A:hover {
	TEXT-DECORATION: underline
}


