@charset "UTF-8";
/* CSS Document */

.body {
	background-color: #ffffff;
	background-image: url(../images/background-sub.jpg);
	background-repeat: repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.header {
	background:url(../images/logo-sub.png);
	background-repeat:no-repeat;
	background-position:top center;
	}

.h1 {
	font-size:16px;
	font-weight:bold;
	text-align:left;
	background:none;
}

.text1 {
	text-align:justify;
	text-align:left;
}

.drop {
	background:#ed90bc;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:left;
}

.drop a:link, .drop a:visited {
	text-decoration:none;
	color:#fff;
}

.drop a:hover, .drop a:active {
	color:#912f7a;
}