/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #1C3230 url(/images/bg01.jpg) repeat-x left top;
}

/** FORMS */

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

/** HEADINGS */

h1, h2 {
	margin-bottom: 15px;
	padding-left: 29px;
	background: url(/images/homepage11.gif) no-repeat left center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #202C35;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 17px;
}

h3 {
	margin: 0px;
	font-size: 11px;
	color: #525252;
}

/** TEXTS */

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

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.75em;
	text-align: justify;
	line-height: 110%;
	padding-left: 8px;
	margin-right: 8px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

strong {
	color: #000;
}

/** LINKS */

a {
	color: #F00;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MENU */

#menu {
	width: 720px;
	height: 66px;
}

#menu ul {
	margin: 0px;
	list-style: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu li {
	float: left;
	width: 144px;
	height: 36px;
	background: url(/images/homepage01.gif) no-repeat left top;
}

#menu li.first {
	background: none;
}

#menu a {
	display: block;
	padding-top: 9px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** WRAPPER */

#wrapper {
	width: 720px;
	margin: 0px auto;
	background-image: url(/images/bg02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.subpage #wrapper {
	background: #FFFFFF;
}

/** PAGE */

#page {
	padding-top: 5px;
}

.subpage #page {
	background-image: url(/images/subpage2_01.jpg);
}

/** MISC */

.adspace {
	margin-bottom: 20px;
}

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

img { border: none; }

img.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.three-cols {
}

.three-cols .colA, .three-cols .colB, .three-cols .colC {
	float: left;
	width: 141px;
	padding-left: 18px;
}

.three-cols .colA {
	padding-left: 0px;
	background-color: #FFFFFF;
}

/** SUBMENU */

#submenu {
	width: 201px;
}

#submenu ul {
	margin: 0px;
	list-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#submenu li {
	display: block;
	width: 201px;
	height: 35px;
	background: url(/images/homepage03.jpg) no-repeat left top;
}

#submenu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#submenu a:hover {
	text-decoration: underline;
}

/** FOOTER */

#footer {
	width: 720px;
	background: url(/images/bg04.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 35px 0px 50px 200px;
	text-align: center;
	color: #5B6E69;
}

.subpage #footer {
	background-image: url(/images/subpage2_02.jpg);
}

.subpage #footer p {
	padding-left: 0px;
}
.colored-bg {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #006;
}

CAPTION.MYTABLE
  {
	background-color:#8080ff;
	color:white;
	border-style:solid;
	border-width:2px;
	border-color:black;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12pt;
  }

  TABLE.MYTABLE
  {
	font-family:arial;
	font-size:10pt;
	background-color:#006;
	width:500px;
	border-style:outset;
	border-color:black;
	border-width:2px;
  }

  TH.MYTABLE
  {
	font-size:10pt;
	color:white;
	font-family: Verdana, Geneva, sans-serif;
  }


  TR.MYTABLE
  { 
  }

  TD.MYTABLE
  {
	font-size:12pt;
	background-color:#900;
	color:white;
	border-style:solid;
	border-width:1px;
	text-align:center;
  }
.maroon {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	color: #880300;
}
.flt-left {
	float: left;
	padding-right: 4px;
	padding-bottom: 4px;
}
