* {
	color:rgb(0, 0, 0);
	font-family:verdana,helvetica,sans-serif;
	font-size:10pt;
}

body {
	margin:0;
	background-color:rgb(255, 255, 255);
	background-image:-webkit-gradient(linear, 0 0, 0 150, from(rgba(50, 50, 100, 0.25)), to(rgba(50, 50, 100, 0)));
	background-repeat:no-repeat;
}

a {
	color:rgb(50, 50, 150);
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:16pt;
	font-weight:normal;
	letter-spacing:-1px;
	color:rgb(50, 50, 150);
}

small {
	font-size:8pt;
}

.gradient {
	height:200px;
	margin-top:-200px;
    -moz-box-shadow:0 0 200px rgba(0, 0, 60, .35);
}

.logo {
	width:150px;
	height:33px;
	border:0;
	float:right;
	margin-top:-50px;
}

.container {
	background:url(images/bg_content.png) repeat-x;
	width:550px;
	border:1px solid rgb(150, 150, 150);
	-moz-border-radius:15px;
	border-radius:15px;
 	padding:65px 30px 15px 30px;
	margin:30px auto;
    -moz-box-shadow:0 3px 7px rgba(0, 0, 50, .5);
    -webkit-box-shadow:0 3px 7px rgba(0, 0, 50, .5);
    background-color:rgb(240, 240, 250);
	line-height:1.3;
}

/*
td.main_header{
	background-color:#f0f0ff;
	background-repeat:repeat-x;

td.main_content{
	background-color:#ffffff;
	background-repeat:repeat-x;
*/