/* CSS Document */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre,  dl, dt, dd, form, a, fieldset, th, td  
{  
    margin: 0; padding: 0; border: 0; outline: none;  
} 
/* ul, ol,  li,*/

ul, ol   {  
/*    list-style: none;  */
}

html{ height:100%; }

body {
	height:100%;
	background: #183883;
	font: normal 12px Tahoma;
}



.tableHome{
	margin:0 auto;
	height: 100%;	
	width: 744px;
	background: #fff url('../images/h_bg_fix.jpg') repeat-y 0% 0%;
}
.tableHome tr td{ 
	vertical-align:top;
}

#tblh {
	height: 92px;
}

#header{
	height: 92px;
	background: #fff url('../images/h_header.jpg') no-repeat 0% 0%;
}

.langs{
	width:60px;
	float:right; 
	padding-right:40px; 
	padding-top:50px;
}
.langs a{
	float:left;
	width:19px;
	height:19px; 
	text-decoration:none;
	margin:0px 0px 0px 10px;
}

.langs a img{
	width:19px;
	height:19px;
}

.logo{
	width:450px;
	margin:0 auto;
	text-align:center;
	padding-top:15px;
	padding-bottom:40px;

}

.buttons{}
.buttons ul{
	padding:0;
	margin:0 auto;
	width:450px;
	list-style:none;
}
.buttons ul li{
	float:left;
	width:145px;
	height:142px;
	padding:2px 2px 2px 2px;
}
.buttons ul li a{
	width:145px;
	height:142px;
	display:block;	 
}
.buttons ul li a img{
	width:145px;
	height:142px;
}

#tblm {
	background: #fff url('../images/h_bg_fix.jpg') repeat-y 0% 0%;
	text-align: center;
	vertical-align:bottom;
	padding-top:40px;
}

#content { 
	clear: both;
	width: 450px; 
	margin:0 auto;
	padding-top:40px;
	padding-bottom:25px;
	text-align: justify;
	font: normal 12px Tahoma; 
	line-height:16px; 	
	color: #4F81BD; 
}

#content a{ color: #4F81BD; }

#content ul{
	list-style-type: disc;
}
 
h1.title{
	padding-bottom:15px;
	font: normal 20px Tahoma;
	text-transform:capitalize;
} 
 
#footer {
	font-size: 7px; 
	clear: both; 
	text-align: center; 
	padding-bottom:25px;
} 
#footer ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align: center;
}
#footer ul li{
	display:inline;
	padding:0px 1px 0px 1px;
}
#footer ul li a { 
	font: bold 9px Arial; 
	text-decoration: none; 
	color: #002953; 
} 
#footer ul li a:hover { 
	text-decoration: underline; 
}

.delimiter-top{ font-size:12px; font-family:Arial; }

.delimiter{ font-size:12px; font-family:Arial; padding-top:1px; }



