table.desctable {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	font-family: sans-serif;
	font-size: 16px;
	text-align: left; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px;
	margin-bottom: 10px;
	width: 726px;
	-moz-border-radius: 12px;
}

table.desctable th {
	border-width: 1px 0px 0px 0px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	text-align: right;
        font-size: 16px;
}

table.desctable th.link {
	text-align: center;
}

table.desctable th.sub {
        width: 50%
}

table.desctable td {
	border-width: 1px 0px 0px 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
        font-size: 14px;
}

table.desctable td.desc {
	padding: 10px;
	border-width: 0px;
	-moz-border-radius: 12px 12px 0px 0px;
}


table.imgGallery {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	font-family: sans-serif;
	font-size: 16px;
}
	
table.imgGallery td {
	margin: 0px;
	padding: 1px;
}

table.imgGallery th {
	border-width: 1px 0px 0px 0px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	text-align: right;
        font-size: 16px;
}

table.imgGallery img {
	border: 1px solid #CCCCCC;
	vspace: 1px;
	hspace: 1px;
}

table th.title {
	border-width: 0px;
	background-color: #3085A8;
	color: #FFFFFF;
	text-align: center;
	-moz-border-radius: 12px 12px 0px 0px;	
        font-size: 24px;
}

p.title {
	font-family: fantasy;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0ex;
	margin-top: 11;
}

div.header {
	text-align: center;
	font-family: 'proxima_nova_rgregular';
	font-weight: bold;
}

ul.terms {
        font-size: 14px;
	
}


A:link {color:rgb(92, 172, 238);}
A:visited {color:rgb(92, 172, 238);}
A:hover {color:rgb(64, 64, 64);)