
/*------??????---------*/

html, body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

table.tbl {border-collapse: collapse;}
table.tbl th,
table.tbl td {border: 1px solid black;}
table.tbl th {text-align: left;}

img.img {
	/*border: 1px #666666 dotted;*/ 
	margin: 5px;
	max-width: 205px;
}

body, td, input, select, textarea {
	font-family: Georgia, "Times New Roman", serif;
	color: #000000;
}

ul {margin-left: 5px; margin-bottom: 15px}

ul li {margin-left: 12px; list-style-type: disc}
ul ul li  {list-style-type: square}
ul ul ul li  {list-style-type: circle}

ol li {margin-left: 20px; padding-left: 0px}


.button {
	width: 88px;
	height: 21px;
	text-align: center;
	border: none;
	background: url(button.gif) left top no-repeat;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

.phone {
	display: block;
	padding: 0px 0px 20px 20px;
	font-size: 16pt;
	color: #444444;
}

body, td {
	font-size: 16px;	
	color: #000000;
}

input, select, textarea {
	font-size: 12pt;
	color: #000000;
}

ol, ul {
	margin-left: 5px;
	margin-bottom: 15px;
}
ol li {
	margin-left: 20px;
}
ul li {
	margin-left: 12px;
	list-style-type: disc;
}
ul ul li  {
	list-style-type: square;
}
ul ul ul li  {
	list-style-type: circle;
}
p {
	line-height: 23px;
    font-size: 18px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

h1 {
	color: #3399cc;
	font-size: 24pt;
	font-family: Georgia, "Times New Roman", serif;
	display: inline;
	font-weight: normal;
}

/*------???---------------*/

input, textarea {
	border: 1px #a3a3a3 solid;
	padding: 5px;
}

textarea {
	width: 100%;
}

/*------????--------------*/

a {
	color: #3399cc;
}

a:hover {
	color: #003399;
}

a.menu {
	display: block;
	padding: 3px 16px 2px 18px;
	color: #666666;
	font-size: 14pt;
	background: url(bullet2.gif) 3px 13px no-repeat;
	font-weight: normal;
	text-decoration: underline;
}
a.menu:hover {
	color: #000000;
	text-decoration: underline;
}

span.menu {
	display: block;
	padding: 3px 16px 2px 18px;
	margin-bottom: 10px;
	color: #3399cc;	
	background: url(bullet1.gif) 3px 13px no-repeat;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: underline;
}

a.submenu {
	display: block;
	padding: 2px 16px 1px 15px;
	color: #666666;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
}
a.submenu:hover {
	color: #000000;
	text-decoration: underline;
}
span.submenu {
	display: block;
	padding: 2px 16px 1px 15px;
	margin-bottom: 10px;
	color: #3399cc;	
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
}

a.botlink {
	white-space: nowrap;
	color: #ffffff;
	padding: 0px 7px 0px 7px;
}

a.botlink:hover {
	color: #ffffaa;
}


/*------???---------------*/

.text {
	font-size: 8pt;
	color: #ffffff;
}

.text a {
	color: #ffffff;
}

.text a:hover {
	color: #ffff99;
}

h2, .header {
	color: #3399cc;
	font-weight: normal;
	font-size: 26pt;
	margin: 0px;
	padding: 0px;
}

.header {
	font-size: 16pt;
}

h3 {
	color: #999999;
	font-size: 19pt;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

h3 a, h3 a:hover {
	text-decoration: none;
	color: #999999;
}

h2 a, h2 a:hover {
	text-decoration: none;
	color: #3399cc;
}

.date {
	color: #999999;
	
	padding-bottom: 15px;
}

.mainMenu a {
 	margin-bottom: 10px;
}