/* START HEADER */
div#header_lang {
	right:500px;
}
div#header_lang a {
	font-size: 11px; 
	color: #99B2CC;
	text-decoration:none;
}
div#header_lang a:hover {
	color:FFFFFF; 
	text-decoration:underline;
}
/* END HEADER */

/* START BREADCRUMB */
#breadcrumb  {
	margin: 0;
	padding: 8px 0 0 8px;
	color:#99B2CC;
	font-size: 11px; 
}
#breadcrumb a {
	color:#99B2CC;
	font-size: 11px; 
	text-decoration : none;
}
#breadcrumb a:hover {
	color: #99B2CC; 
	text-decoration : underline;
} 
/* END BREADCRUMB */


/* START CONTENT */

#content {
	background-color:#F6F4F2;
	padding:10px 20px 30px 10px;
	width:100%;
}

/* END CONTENT */
p {
	
	font-size:11px;
	margin:0;
	padding:0;
	color:#4A4B4D;
	line-height:17px;
	text-align:justify;
	
}
hr {
	border: 0;
	width: 80%;
	color: #E6EDF3;
	background-color: #E6EDF3; 
	height: 5px;
	
		
}

h1, h2, h3 {
	color: #386083;
	font-size: 12px;
	font-weight:bold;
    margin:0;
	padding:0 0 15px 0;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}

ol {
	padding:5px 0 5px 0px;
	margin:5px 0 5px 0px;
	list-style-type:none;
}

ul {
	padding:10px 0 5px -15px;
	margin:5px 0 5px -15px;
	list-style-type:none;
}

li {
	font-size:11px;
	line-height:20px;
	background-image: url(images/greyarrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left:15px;
	/*background-repeat: no-repeat;
	background-image: url(images/menu_hr.jpg);
	background-position:bottom left;	*/
}

td {vertical-align:top;}

th {
	font-size:13px;
	font-weight:bold;
	padding:0 0 5px 0;
	height:20px;
}

div.col-one a {
	color:#4D4D4D;
	text-decoration: none;
}

div.col-one a:hover {
	color: #99B2CC;
	text-decoration: underline;
}

div.col-two a {
	/*color: #99B2CC;*/
	text-decoration: underline;
}

div.col-two a:hover {
	/*color: #99B2CC;*/
	text-decoration: none;
}
a img {
	border:0;
}
.col-one {
	margin-left:10px;
}
.col-one .sub_copy ul {
	margin-left:10px; padding-left:0;
	
}
.col-one .sub_copy ul li {
	line-height:16px;  background:none; list-style-image:url(images/greyarrow.gif);
	margin-left:0px;padding-left:0;
}
li.menu_current a, li.menu_current ul li.menu_current a, li.menu_current ul li.menu_current ul li.menu_current a  {
	color:#396184; font-weight:bold;
}
li.menu_current ul li a, li.menu_current ul li.menu_current ul li a {
	color:#4D4D4D; font-weight:normal;
}
p, td, th {
	text-align:left;
	}
