/* CSS Document */
body{
	background-color:#e3e3e3;}

P {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	margin-right: 30px;
	margin-left: 30px;
	text-align:justify;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 18px;
	color: #06377b;
	font-weight:bold;
	margin-right: 30px;
	margin-left: 30px;
	text-align:left;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	color: #06377b;
	font-weight:bold;
	margin-right: 30px;
	margin-left: 30px;
	text-align:left;
	}
.spec_txt {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #06377b;
	padding-right: 10px;
	padding-left: 10px;
	text-align:justify;
	}
.spec_space{
	margin-top:10px;
	margin-bottom:10px;}
	
.description {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #06377b;
	font-weight:bold;
	text-align:center;
	}
.top_links {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	text-align:center;
	}
.home_title {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 18px;
	color: #06377b;
	font-weight:bold;
	text-align:center;
	}
.home_table {
	border: 1px solid #06377b;
	margin-top: 5px;
	margin-bottom: 5px;
}

.home_img {
	border: 1px solid #06377b;
	margin-top: 10px;
	margin-bottom: 10px;

}

.img {
	border: 1px solid #06377b;
	margin-top: 10px;
	margin-bottom: 10px;

}

.spec_table {
	border: 1px solid #cd9e0c;
	margin-top: 20px;
	margin-left: 20px;

}

.top_gold{
	color:#cd9e0c;
	font-style:italic;
	font-weight:bold;
	text-align:right;}
	
.top_blue{
	color:#06377b;
	font-weight:bold;
	text-align:right;}
	
.table_gold_bs{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #cd9e0c;
	border-left-color: #cd9e0c;
}

.table_gold_bt{
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #cd9e0c;
	border-left-color: #cd9e0c;
	border-top-color: #cd9e0c;
}

.add {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	color: #06377b;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

a:link {
	color: #06377B;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #06377B;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #999999;
	text-decoration: none;
	font-weight:bold;
}


a.top:link {
	color: #ffffff;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
}
a.top:visited {
	color: #ffffff;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
}
a.top:hover {
	color: #CCCCCC;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
}