@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color:#505050;
	}

a { color:#9ccbdb; text-decoration: none;}
a:hover { text-decoration:underline;}
a img { border:0;}

body {
    background-image: url(images/bkg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}	
#main {
	width:762px;
	}
.flash {
	height:367px; 
	vertical-align:top;
	}
.left {
	float:left; 
	width:150px; 
	text-align:left; 
	vertical-align:top;

    height:100%;
	}
.con {
	float:left; 
	width:602px; 
	text-align:justify; 
	vertical-align:top;
	margin-left:10px;
    height:100%;
	background-color:#ebf4f8;
	border: #f0f0f0 1px solid;
	}
#footer {
	text-align:center; 
	vertical-align:top;
	margin:10px;
	color:#3b87a9;
	}
.footer {
	text-align:center; 
	vertical-align:top;
	margin:10px;
	color:#3b87a9;
	}
.con-txt  {
	text-align:justify;
	padding:10px;
	font-family: tahoma;
	font-size: 12pt;
	color:#505050;

	}

.SkinObject { color:#3b87a9; text-decoration:none; }
a.SkinObject:link { color:#3b87a9; text-decoration:underline; }
a.SkinObject:visited { color:#3b87a9; }
a.SkinObject:hover, A.SkinObject:active { color:#5fcddb; }

.LinksObject { color:#3b87a9; text-decoration:none; }
a.LinksObject:link { color:#3b87a9; text-decoration:none; }
a.LinksObject:visited { color:#3b87a9; text-decoration:none;}
a.LinksObject:hover, A.LinksObject:active { color:#5fcddb; }


