@charset "UTF-8";
/* CSS Document */

/* Body */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

body {
	background-image: url(../images/page_bg.gif);
	background-color: #000033;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Table */

td.menu_top{
	border-left:1px solid #56757E;
	border-right:1px solid #000000;
	color:#FFFFFF;
	text-align:center;
	font-size:11px;
	width:79px;
	text-shadow:#000000;
}

td.top_td{
	background:url(../images/top_bg.gif) repeat-x;
}

td.menu_bottom{
	padding:15px;
	padding-bottom:10px;
	padding-top:5px;
	font-size:10px;
	line-height:18px;
}

td.flags_td{
	background:url(../images/flags_bg.jpg) left no-repeat;
}

td.name_td{
	padding-right:25px;
	padding-bottom: 14px;
}

td.main_text_td{
	background:url(../images/corner-top-left.gif) top left no-repeat;
	padding:15px;
	font-size:12px;
	line-height:18px;
	text-align:justify;
}

td.main_td{
	background:url(../images/corner-bottom-left.gif) bottom left no-repeat;
}

td.separator_td{
	background:url(../images/line_with_separator.gif) repeat-x;
}

td.footer{
	font-size:10px;
	color:#1A1A48;
	padding:10px;
	text-align:center;
}

/* Links */

a.top_menu:link{
	color:#FFFFFF;
	text-decoration:none;
}

a.top_menu:active{
	color:#FFFFFF;
	text-decoration:none;
}

a.top_menu:visited{
	color:#FFFFFF;
	text-decoration:none;
}

a.top_menu:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

a.bottom_menu:link{
	color:#000000;
	text-decoration:none;
}

a.bottom_menu:active{
	color:#000000;
	text-decoration:none;
}

a.bottom_menu:visited{
	color:#000000;
	text-decoration:none;
}

a.bottom_menu:hover{
	color:#000000;
	text-decoration:underline;
}

a.footer_menu{
	color:#1A1A48;
	text-decoration:underline;
}

/* General Styles */

.heading{
	font-size:12px;
	color:#000033;
	font-weight:bold;
}

.default_12px_justified_text{
	font-size:12px;
	line-height:18px;
	text-align:justify;
}

.image_caption{
	padding-top:3px;
	font-size:11px;
	line-height:18px;
	text-align:right;
}

/* Form Elements */

input.text_field{
	border: 1px solid #000033;
	padding: 2px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}	

.text_area{
	border: 1px solid #000033;
	padding: 2px;
	height:60px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}	

input.button{
	background:#000033;
	color:#FFFFFF;
	border: 1px solid #000000;
}


