/*-----------------------------------------------------body styles-----------------------------------------------------*/

body {
background-color: #FFFFFF;
}

form { 
margin: 0px; 
}

noscript {
display: inline;
}

/*-----------------------------------------------------table styles-----------------------------------------------------*/

/*----------------------------navigation bars---------------------------*/

/*
.title_bgd {
background-color: #FFFFFF;
}

.login_bgd {
background-color: #ECC2C2; /* #BBCDE5 for AA; #ECC2C2 for GI */
}

.search_bgd {
background-color: #D9D9D9;
}

.footer_bgd {
background-color: #CCCCCC; /* #CCCCCC for AA and GI; was #ECC2C2 for GI */
}
*/

.title_bgd {
display: none;
}

.login_bgd {
display: none;
}

.search_bgd {
display: none;
}

.footer_bgd {
display: none;
}

/*--------------------------------content---------------------------------*/

.content_bgd {
background-color: #FFFFFF;
}

.content_bdr {
background-color: #999999;
}

.content_img {
table-layout: fixed;
width: 90px;
height: 90px;  
background-color: #EEEEEE;
}

.content_imgbig {
table-layout: fixed;
width: 320px;
height: 320px;  
background-color: #EEEEEE;
}

.content_gal_bdr {
background-color: #999999;
}

.content_button_bgd {
background-color: #E9E9E9;
}

.content_button_bgd_hi {
background-color: #E8F0F2;
}

/*-----------------------------------------------------text styles-----------------------------------------------------*/

/*------------------------------content text------------------------------*/

.content_head {
font-size: 14px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
line-height: 16px;
color: #000000;
}

.content_nav {
font-size: 14px;
font-family: arial, helvetica, sans-serif;
line-height: 16px;
color: #000000;
}

a.content_nav:link {color: #000000; font-weight: normal; text-decoration: none;}
a.content_nav:visited {color: #000000; font-weight: normal; text-decoration: none;}
a.content_nav:active {color: #000000; font-weight: normal; text-decoration: underline;}
a.content_nav:hover {color: #000000; font-weight: normal; text-decoration: underline;}

.content {
font-size: 12px;
font-family: arial, helvetica, sans-serif;
line-height: 16px;
color: #000000;
}

a.content:link {color: #000000; font-weight: normal; text-decoration: none;}
a.content:visited {color: #000000; font-weight: normal; text-decoration: none;}
a.content:active {color: #000000; font-weight: normal; text-decoration: none;}
a.content:hover {color: #000000; font-weight: normal; text-decoration: none;}

.content_bold {
font-size: 12px;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
line-height: 16px;
color: #000000;
}

a.content_bold:link {color: #000000; font-weight: bold; text-decoration: none;}
a.content_bold:visited {color: #000000; font-weight: bold; text-decoration: none;}
a.content_bold:active {color: #000000; font-weight: bold; text-decoration: none;}
a.content_bold:hover {color: #000000; font-weight: bold; text-decoration: none;}

.content_button {
font-size: 11px;
font-family: arial, helvetica, sans-serif;
line-height: 13px;
color: #000000;
}

a.content_button:link {color: #000000; font-weight: normal; text-decoration: none;}
a.content_button:visited {color: #000000; font-weight: normal; text-decoration: none;}
a.content_button:active {color: #000000; font-weight: normal; text-decoration: none;}
a.content_button:hover {color: #000000; font-weight: normal; text-decoration: none;}

.content_button_hi {
font-size: 11px;
font-family: arial, helvetica, sans-serif;
line-height: 13px;
color: #000000;
}

a.content_button_hi:link {color: #000000; font-weight: normal; text-decoration: none;}
a.content_button_hi:visited {color: #000000; font-weight: normal; text-decoration: none;}
a.content_button_hi:active {color: #000000; font-weight: normal; text-decoration: none;}
a.content_button_hi:hover {color: #000000; font-weight: normal; text-decoration: none;}

/*-----------------------------------------------rollover styles-----------------------------------------------*/

a:link {color: #000000; font-weight: normal; text-decoration: none;}
a:visited {color: #000000; font-weight: normal; text-decoration: none;}
a:active {color: #000000; font-weight: normal; text-decoration: underline;}
a:hover {color: #000000; font-weight: normal; text-decoration: underline;}

/*---------------------------------------------search box styles-----------------------------------------------*/

.search_field {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border-color: #666666;
	width: 150px;
	border-width: 1px;
	border-style: solid;
	//: ;
}
