body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

input[type=text], input[type=password], input[type=file], select, textarea {
	background-color: #F9F9F9;
	padding: 1px 2px;
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
}

input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, select:focus, textarea:focus {
	background-color: #FFF;
	border-color: #900;
}

input[type=submit], input[type=button] {
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #EEE;
	font-size: 10pt;
	margin: 5px auto;
}

input[type=submit]:hover, input[type=button]:hover {
	border-color: #900;
	color: #900;
	cursor: pointer;
}

fieldset legend {
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006;
}

a, a:link {
	color: #EF3500;
}

a:hover {
	color: #FFA900;
}

/**
 **
 ** MAIN TABLE
 **
 **/
#mainTable {
	width: 975px;
	margin: 0px auto;
}

#menu {
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 5px;	
	padding-right: 5px;	
}

#menu a, #menu a:link{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.75em;
	color: #C0C0C0;
}
#menu a:hover{
	text-decoration: underline;
} 
#mainCell {
	vertical-align: top;
	padding: 0 0 20px 0;
}

.back {
	font-weight: normal;
	font-size: 0.5em !important;
	text-align: left;
}
#mainContent{
	width: 800px;
	clear: right;
	float: left;
}
#dynamicContent{
	width: 790px;
	padding-left:10px;
	background: url(../gfx/divider.png) repeat-y top left #FFFFFF;
}
#dynamicContent h1{
	margin: 0;
	font-size: 1.90em;	
}

#staticContent{
	width: 790px;
	padding-left:10px; 
	height: 165px;
	overflow: hidden;
}
.small h1{
	margin: 0;
	font-size: 0.75em;
	font-weight: normal;
}

/**
 *
 * LEFT MENU
 *
 **/
#staticMenu{
	width: 170px;
	clear: left;
	float: left;
	height: 450px;
	margin-top: 165px;
	padding-left: 5px;
}
#staticMenu ul, #staticMenu li{padding:0;margin:0;list-style-type: none;}
#staticMenu ul.sub_menu{
	margin-bottom: 1em;	
}
#staticMenu ul a,
#staticMenu ul span{
	font-weight:bold;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 3px;
	display: block;
}
#staticMenu ul.sub_menu li a{
	margin-left: 15px;
	color: #AAAAAA;
	display: block;
	margin-bottom: 7px;
	line-height: 11px;
}

#staticMenu li a:hover{
	color: #555555;
	text-decoration: underline;
}
#staticMenu ul.sub_menu li a:hover{
	color: #DDDDDD;
	text-decoration: underline;
}


/**
 **
 ** ADDITIONAL CLASSES
 **
 **/
.italic {	font-style: italic;		}
.bold 	{	font-weight: bold;		}
.center {	text-align: center;		}
.right 	{	text-align: right;		}
.top 	{	vertical-align: top;	}
.middle {	vertical-align: middle;	}
.bottom {	vertical-align: bottom;	}
.fs2em 	{	font-size: 2em;			}
.fs1c5em{	font-size: 1.5em;		}
.fs1c25em{	font-size: 1.25em;		}
.tableCenter{ margin: 0 auto;		}
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear:both; }
	
.bl {
	margin: 10px 0px 0px 0px;
	font-size: 2em;
	border-bottom: 0 solid #FFF !important;
	clear: both;
}

/**
 **
 ** DIVISIONs MENU
 **
 **/
.divisionMenu {
	list-style-type: none;
	display: inline;
	line-height: 30px;
	width: 100%;
	padding: 0px;

}
.divisionMenu li {
	float: left;
	display: inline;
	margin: 3px 10px;
	line-height: 30px;
}
.divisionMenu li.div {
	float: left;
	display: inline;
	padding: 0 10px;
	line-height: 30px;
}
.divisionMenu li a{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	line-height: 30px;
}
.divisionMenu li a:hover{
	text-decoration: underline;
}
.divisionMenu ul li a.current{
	font-weight: bold;
}

/**
 **
 ** AGENCY TABLE
 **
 **/
#agencyTable {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#agencyTable .r{
	padding-top: 10px;
	clear: both;
}

#agencyTable .c {
	width: 60%;
	float: left;
}

#agencyTable .d {
	width: 40%;
	float: right;
	clear: right;
}

#agencyTable .b {
	clear: both;
	height: 1px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #C0C0C0;
}


#agencyTable a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
}
#agencyTable a:hover {
	text-decoration: underline;
}


#agencyTable a.tit {
	color: #000000;
	text-decoration: none;
	font-size: 1.35em;
	text-transform: none;
}
#agencyTable a.tit:hover {
	color: #999999;
	text-decoration: none;
}



/**
 **
 ** PROFILE TABLE
 **
 **/
#profileTable {
	width: 100%;
	height: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#profileTable td{
	padding-top: 10px;

}

#profileTable a {
	text-transform: none;
	text-decoration: none;
	font-size: 1em;
}
#profileTable a:hover {
	text-decoration: underline;
}


#profileTable a.title {
	color: #000000;
	text-decoration: none;
	font-size: 1.35em;
	text-transform: none;
}
#profileTable a.title:hover {
	color: #999999;
	text-decoration: none;
}
.cellTitle{
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: bold;
}
.agencyTitle{
	border-bottom: 1px solid #C0C0C0;
}

.countryLink {
	margin: 5px;
	letter-spacing: 1px;
}

.noborder{
	border-bottom: 0 solid #FFF !important;
}

.bl a, .bl a:hover{
	color: #C0C0C0;
	text-decoration: none !important;
}

/* OK AND ERROR */
.ok, .error{
	text-align: center;
	line-height: 50px;
	font-size: 1.35em;
	font-weight: bold;
	letter-spacing: 4px;
}
.ok{
	color: #00AA00;
}
.error{
	color: #CC0000;
}


#mainTop{
	width: 801px;
	height: 99px;
	overflow: visible;
	margin: 0 auto;
}

.conttitle {
	font-size: 2em; 
	letter-spacing: 4px; 
	font-variant: small-caps;
	margin: 30px 0px 10px 0px;
}

.star {
	color: #CC0000; 
	font-size: 1.25em; 
	font-weight: bold;
}