@charset "utf-8";
.white_transp {
	background-color: #FFFFFF;

	padding: 13px;
}


h1 {
	font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size: 24px;
	margin: 50px 0 20px 0;
	letter-spacing: inherit;
	line-height:1.2em;
}

h2 {
	font-family: "Trebuchet MS",Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	margin: 50px 0 20px 0;
	letter-spacing: inherit;
	line-height:1.2em;
}

.small {
	font-size: 9px;
	vertical-align: bottom;
}


body,td,th {
color:#333333;
font-family:"Lucida Grande",Verdana,Arial,Helvetica,serif;
font-size:12px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.4em;
}
body {
	/*background-image: url(pics/back.gif);*/
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}

a:link, a:visited {
	text-decoration: none;
	color: #926BA0;
}

a:hover, a:active{
    text-decoration: none;
	color: #8FBE3C;
}

.yellow {
	color: #F2E942;
}

.orange {
	color: #D38930;
}

.green {
	color: #8FBE3C;
}

.purple {
	color: #926BA0;
}

.blue {
	color: #0DA6B8;
}

.pink {
	color: #FF7AB2;
}