* {
	margin:0;
	padding:0;
}

html {
	overflow-x: hidden;
	overflow-y: auto;
}

body
{
	font:12px/1.2 Verdana, Tahoma, Arial, sans-serif;
	color: #434343;
	background: #FFF;
}

h1 {
	margin:0 0 .6em 0;
	font-size:1.6em;
}

p {
	margin:0 0 .4em 0;
	padding:.2em 0 .2em 0;
}

.smalltext
{
	font-size: .8em;
}

hr
{
	background: #C0C0C0;
	height: 2px;
	border: 1px inset;
}

a, a:link, a:visited
{
	color: #000d43;
	text-decoration: none;
}

a:hover
{
	color: #990000;
	text-decoration: none;
}

img
{
	border: 0;
}


.FloatLeft
{
	float: left;
	margin: 5px;
	margin-right: 10px;
}


.FloatRight
{
	float: right;
	margin: 5px;
	margin-left: 10px;
}

.footer
{
    color: #fefefe;
}

.footer a, .footer a:visited, .footer a:link
{
    color: #fefefe;
    font-weight:normal;
}

.footer a:hover
{
    color: #ffcc00;
    font-weight:normal;
}

ul
{
	margin:0 0 .2em 1em;
	list-style-position:inside;
}

li {
	padding:.2em 0 .2em 0;
}

th {
	text-align:left;
}


#Table_02 {
	width:767px;
	height:459px;
 }

.altrow {
	background-color:#CCCCCC;
}

/* Form / Flight system Styles */
p.error {
	font-style:italic;
	color:#FF0000;
}

fieldset {
	min-width:500px;
	max-width:500px;
	border:none;
}

div.input {
	padding-bottom:.1em;
}

#loginfields div label {
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.4em;
	display: block;
	padding-top:.1em;
}

#loginfields div input[type=submit] {
	margin-left:5.4em;
}

#usermenu ul {
	list-style:none;
}

#usermenu ul li {
	display:inline;
}

#usermenu ul li a {
	text-decoration:underline;
	padding:0 .3em 0 0;
}

.onlinepayment {
    width: 500px;
}

.onlinepayment form {
    width:300px;
    float:left;
}
.terms {
    float:right;
    width:200px;
    color:#000;
    text-align:justify;
}

.error-message {
    color:#FF0000;
}

ul.rec {
    list-style:none;
}