a:link {color: #FF0000; text-decoration: underline; }

a:active {color: #008040; text-decoration: underline; }

a:visited {color: #808080; text-decoration: underline; }

a:hover {color: #ff0000; text-decoration: none; }

body {	color:blue;
	font-family: arial;
	font-size: 10pt;
        background-color: #FFFFEA ;
	padding: 0 ;
	float: left ;
}
        
body h3 { text-decoration: underline;
}

.odd {
	background-color: #edf5ff;
}

.base_style { color:black;
	font-family: arial;
	font-weight: bold;
	font-size: 90%;
}

.nav_style { color:red;
	font-family: arial;
	font-weight: normal;
	font-size: 90%;
}
	
.stat_style { color:black;
	font-family: arial;
	font-weight: normal;
	font-size: 75%;
}

.req_field { color:red;
    font-family: arial;
    font-weight: normal;
    font-size: 90%;
}
    
.optional_field { color:blue;
    font-family: arial;
    font-weight: normal;
    font-size: 90%;
}

.background {
	color: #FFFFEA ;
}

.container {
	float: left ;
	color: #666 ;
	background: url(Graphics/rounded_right.gif) top right no-repeat ;
}

.container_desc {
	margin: 0 ;
	padding: 9px 9px 0 9px ;
	background: url(Graphics/rounded_left.gif) top left no-repeat ;
	font-weight: bold ;
}

.container_link {
	margin: 0 ;
	padding: 0 0 0 9px;
	background: url(Graphics/rounded_left.gif) bottom left no-repeat ;
}

.container em {
	display: block ;
	padding: 0 9px 9px 0 ;
	font-style: normal;
	background: url(Graphics/rounded_right.gif) bottom right no-repeat ;
}

.container a {
	font-size: 100% ;
	color: #e70 ;
}

#tab_profile_nav {
	float: left ;
	width: 100% ;
	margin: 0 ;
	padding: 10px 0 0 46px;
	list-style: none ;
	background: #FFFFEA url(graphics/nav_bg.gif) repeat-x bottom;
}

#tab_profile_nav a {
	float: left ;
	display: block ;
	margin: 0 1px 0 0 ;
	padding: 4px 8px ;
	color: #333 ;
	text-decoration: none ;
	border: 1px solid #9B8748 ;
	border-bottom: none ;
	background: #FFFFEA ;
}

#tab_profile_nav a:hover, body#intro #t-profile-account a {
	color: #333 ;
	padding-bottom: 5px ;
	border-color: #727377 ;
	background: #F9E9A9 ;
}

#tab_profile_nav li {
	float: left ;
	margin: 0 ;
	padding: 0 ;
	font-family: "arial" ;
	font-size: 90% ;
}

#descriptorTable table {
	border-collapse: collapse;
	width: 50 em;
	border: 1px solid #666;
}

#descriptorTable th, td {
	padding: 0.1em 1em ;
}

#descriptorTable tr:hover {
	background-color:#3d80df;
	color: #fff;
}

#descriptorTable thead tr:hover {
	background-color: transparent;
	color: inherit;
}

#descriptorTable caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}

#descriptorTable col {
	border-right: 1px solid #ccc;
}

#descriptorTable thead {
	background: #ccc url(Graphics/bar.gif) repeat-x left center;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

#descriptorTable th {
	font-weight: normal;
	text-align: left;
}



