/** BASIC */

body {
  margin: 0px;
  padding: 0px;
  background: #fff url(i/pagebg.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 1em 0;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}

th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
}

td {
    vertical-align: top;
}

table {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 0;
    border-collapse: collapse;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-align: right;
	color: #5E5E5E;
}

.text2 {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #424242;
}

.text3 {
	color: #EAF3FA;
}

.text4 {
	margin-bottom: 20px;
	padding-left: 30px;
	background: url(i/homepage09.gif) no-repeat left center;
	font-size: 21px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #1859A9;
}

.text5 {
	font-size: 12px;
	font-weight: bold;
	color: #9A0001;
}

.text6 {
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(i/homepage09.gif) no-repeat left center;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #276AA5;
}

.text7 {
	height: 15px;
	margin-bottom: 10px;
	padding-left: 4px;
	background: url(i/homepage17.gif) no-repeat left center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text8 {
	text-align: center;
	font-size: 10px;
	color: #999999;
}

.smallnote {
    font-size: 10px;
}

/** LINKS */

a {
	color: #246EC9;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	padding-left: 12px;
	background: url(i/homepage08.gif) no-repeat left center;
	color: #B1F0FF;
}

.link3 {
	display: block;
	height: 18px;
	padding: 2px 0px 0px 5px;
	background: url(i/buttonbg.gif) no-repeat left center;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

/** BACKGROUNDS */

.bg1 { background: url(i/homepage07.jpg) no-repeat left bottom; }
.bg2 { background: url(i/homepage15.gif) repeat-y left top; }
.bg3 { background: #F9F9F9 url(i/homepage16.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 10px;
	background: url(i/homepage11.gif) repeat-x left top;
}

.hr2 {
	height: 1px;
	margin-bottom: 10px;
	background: url(i/homepage18.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

legend {
  padding: 0 4px;
  color: #636363;
}

fieldset { 
  margin: 0;
  padding: 10px 20px;
}

.inputtext1 {
	background: #FFFFFF;
	border-top: 1px solid #A6A6A6;
	border-right: 1px solid #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #C7C7C7;
}

.inputsubmit1 {
	width: 79px;
	height: 18px;
	background: url(i/buttonbg.gif) no-repeat left top;
	border: none;
    font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
    text-align: left;
    padding: 0 5px;
}

.error {
  color: #ff0000;
}

.offer {
  font-weight: bold;
  color: #ff0000;
}

/** TABBED MENU */
#tabs {
  float:none;
  width:100%;
  background:#fff;
  font-size:xx-small;
  line-height:normal;
  margin-bottom: 0;
  }
#tabs ul {
margin: 0;
padding:10px 10px 0 2px;
list-style:none;
  }
#tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabs a {
  float:left;
  background:url("i/tableft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabs a span {
  float:left;
  display:block;
  background:url("i/tabright.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
  color: #000;
  }
#tabs a:hover {
  background-position: 0% -42px;
  }
#tabs a:hover span {
  background-position: 100% -42px;
  }
#tabs .selected {
  font-weight: bolder;
  color: #000;
}
#tabinfo {
  background: #F4F4F4;
  border: 1px solid #666;
  padding: 0;
  margin: 0 0 1em 0;
  width: auto;
}
#tabinfo h3 {
  margin-top: 1em;
  margin-left: 10px;
  margin-right: 10px;
}
#tabinfo p {
  margin-left: 10px;
  margin-right: 10px;
}
#tabinfo table {
  margin-left: 10px;
  margin-right: 10px;
}
