/** Style elements for general tags **/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;}

h1 {
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: BOLD;
	color: #660099;
	display: inline;
	line-height: 100%;
}

.h1 {
	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: BOLD;
	color: #660099;
	display: inline;
	line-height: 100%;
}
/** Custom style elements for classes **/

.topnav {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #990033; font-weight: bold; text-decoration: none;}
a.topnav:link, a.topnav:active, a.topnav:visited {color: #990033; text-decoration: none;}
a.topnav:hover {color: #660099; text-decoration: none;}

.topnav2 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #990033; text-decoration: none;}
a.topnav2:link, a.topnav2:active, a.topnav2:visited {color: #990033; text-decoration: none;}
a.topnav2:hover {color: #660099; text-decoration: none;}

.bodytext {font-size: 70%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;}
a.bodytext:link, a.bodytext:active, a.bodytext:visited {color: #990033; text-decoration: underline;}
a.bodytext:hover {color: #990033; text-decoration: underline;}
.bodytext a:link, .bodytext a:active, .bodytext a:visited {color: #990033; text-decoration: underline;}
.bodytext a:hover {color: #990033; text-decoration: underline;}

.bodytextsmall {font-size: 65%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;}
a.bodytextsmall:link, a.bodytextsmall:active, a.bodytextsmall:visited {color: #990033; text-decoration: underline;}
a.bodytextsmall:hover {color: #990033; text-decoration: underline;}
.bodytextsmall a:link, .bodytextsmall a:active, .bodytextsmall a:visited {color: #990033; text-decoration: underline;}

.bodytextblue {font-size: 70%; font-family: Verdana, Arial, Helvetica, sans-serif; color: #660099; text-decoration: none;}

.headers {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660099;
	text-decoration: none;}
	
.subheaderswhite {font-size: 75%; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; text-decoration: none;}
.subheaderswhite a:link, .subheaderswhite a:active, .subheaderswhite a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #FFFFFF; text-decoration: none;}

.subheaders {font-size: 80%; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #660099; text-decoration: none;}

.smallprint {
	font-size: 60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 140%;
}
a.smallprint:link, a.smallprint:active, a.smallprint:visited {
	color: #990033;
	text-decoration: underline;
	font-size: 60%;
}
a.smallprint:hover {
	color: #990033;
	text-decoration: underline;}
	
.tabledivide {
	background-image: url(../images/line_tabledivide.gif);
	background-repeat: repeat-y;
	background-position: center;
}
	
/** Forms **/

.selecthotel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 70%;
	padding: 2px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
}

.select1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 70%;
	padding: 2px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	width: 180px;
}
	
.input1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 70%;
	padding: 2px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	width: 210px;
}

.input2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 70%;
	padding: 2px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	width: 315px;
}

.input3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 70%;
	padding: 2px;
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	width: 550px;
}

.buttons1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 2px;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: 0px solid #FF6600;
}

.buttons2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 2px;
	background-color: #4A589E;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #4A589E;
}

