@charset "utf-8";

body {
	background-color: #001450;
	background-image:url(../images/bg_main.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.portfolio {
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-left:0px;
	
	}
.t1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
}

.t1bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #001650;
	font-weight: bold;

}
.masinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009;
	text-align: right;
}
a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006;
}
a:hover {
	text-decoration: none;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #006;
}
.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
