body {
	margin-left: 0px;
	margin-top: 1px;
	font-family: Trajan Pro, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.link {
	color: #FFFFFF;
	text-decoration: none;
}

.style1 {
    font-size: 14px;
}

.style2 {
    font-weight: bold;
	font-size: 24px;
	color: #990000;
}

.style3 {
    color: #FFFFFF;
	font-size: 16px;
}

/* table*/
table { 
	font-family: Trajan Pro, Tahoma, Arial, Helvetica, sans-serif;
    vertical-align: center;
	background:#002C52;
	text-align:left;
	color: #fff;
}
	 
.title {
    font-size:18px;
	font-weight: bold;
	color: #990000;
	background-color:#ccc;
}

tr {
	vertical-align:top;
}

tr,th,td {
	padding:0px;
}

th {
    padding-left: 0px;
    width: 220px;
}

button { 
    vertical-align: center;
	align: center;
	background:#002C52;
	text-align:center;
	color: #fff;
}

.submitbutton { 
    vertical-align: center;
	align: center;
	background:#002C52;
	text-align:center;
	color: #fff;
}

