a:link    { color:#333333; text-decoration:underline;}
a:visited { color:#333333; text-decoration:underline;}
a:hover   { color:#1da6c3; text-decoration:underline;}
a:active  { color:#333333; text-decoration:underline;}

p, ul, li{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

img{
	border:none;
}


.title_big {
	font-size: 13px;
	text-align: left;
	line-height: 19px;
	padding: 20px 5px 20px 10px;
	bottom: 50px;
}

.aqua_boder {
	background-position: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 3px solid #5B9BC7;
}

.thin_boder {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #5B9BAA;
}


.shadow {
    -moz-box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
}

.tbl2 TABLE
{ 	width: 700;  }

.tbl2 TH
{	background-color:#F3F3F3; 	border: 1px solid #CCC;
		font-weight:bold; 	padding: 5px;
	text-align: center; 	font-size: 100%;
}

.tbl2 TD
{
	border: 1px solid #CCC; 	padding: 6px;
		text-align: center; 	font-size: 100%;
}

.tbl2 TD.title
{  width: 20%; }

.tbl2 TD.col1
{  background-color:#FFF; }

.tbl2 TD.col2
{  background-color:#FCFCFC; }

.tbl2 TD.left
{  text-align: left; }