/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 { color: #666666; }

a:link { color: #345D2B; }

a:visited { color: #345D2B; }

a:hover { color: #98992C; }

a:active { color: #345D2B; }

a { font-size: 10px; }

.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

input.bigbutton { height: 30px; }

input.mediumbutton { height: 24px; }

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input {
	height: 17px;
	width: 130px;
}

textarea {
	width: 180px;
	height: 50px;
}

.required{ color: #CC0000; }
.strong { font-weight: bold; }

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

table#travelCoverage {
	border-collapse: collapse;
	width: 100%;
	}
	
table#travelCoverage th {
	text-align:left;
	color: #345D2B;
	padding-bottom: 10px;
	font-size: 12px;
	}

table#travelCoverage td {
	vertical-align: top;
	border-bottom: 1px solid #345D2B;
	line-height: 20px;
	padding-bottom: 20px;
	}
	
div.sideImage {
	margin-bottom: 10px;
	text-align: center;	
	}