@charset "utf-8";


/* CSS Document */

.t {
	width: 186px;
	background-color: #FFFFFF;
	background-image: url(images/dot.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	vertical-align: top;
}
.bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
}

.b {
	background: url(images/dot.png) 0 100% repeat-x
}
.l {
	background: url(images/dot.png) 0 0 repeat-y
}
.r {
	background: url(images/dot.png) 100% 0 repeat-y
}
.bl {
	background-image: url(images/bl.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.br {
	background: url(images/br.png) 100% 100% no-repeat
}
.tl {
	background: url(images/tl.png) 0 0 no-repeat
}
.tr {
	background: url(images/tr.png) 100% 0 no-repeat;
	padding:6px
} 
.padding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	text-align: center;
}
.fl_right {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

.qt {
	width: 558px;
	background-color: #FFFFFF;
	background-image: url(images/dot.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	font-style:normal;
}
.qb {
	background: url(images/dot.png) 0 100% repeat-x
}
.ql {
	background: url(images/dot.png) 0 0 repeat-y
}
.qr {
	background: url(images/dot.png) 100% 0 repeat-y
}
.qbl {
	background-image: url(images/bl.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.qbr {
	background: url(images/br.png) 100% 100% no-repeat
}
.qtl {
	background: url(images/tl.png) 0 0 no-repeat
}
.qtr {
	background: url(images/tr.png) 100% 0 no-repeat;
	padding:6px;
	text-align: justify;
	height:64px;
}
.ct {
	width: 190px;
	background-color: #FFFFFF;
	background-image: url(images/dot.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-bottom: 0px;
	font-weight: normal;
	text-decoration: none;
	float: none;
	clear: both;
}
.cb {
	background: url(images/dot.png) 0 100% repeat-x
}
.cl {
	background: url(images/dot.png) 0 0 repeat-y
}
.cr {
	background: url(images/dot.png) 100% 0 repeat-y
}
.cbl {
	background-image: url(images/bl.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.cbr {
	background: url(images/br.png) 100% 100% no-repeat
}
.ctl {
	background: url(images/tl.png) 0 0 no-repeat
}
.ctr {
	background: url(images/tr.png) 100% 0 no-repeat;
	padding:6px;
	vertical-align: text-top;
}

.mt {
	width: 170px;
	background-color: #FFFFFF;
	background-image: url(images/dot.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-bottom: 4px;
	font-weight: normal;
	text-decoration: none;
	float: right;
	clear: both;
}
.mb {
	background: url(images/dot.png) 0 100% repeat-x
}
.ml {
	background: url(images/dot.png) 0 0 repeat-y
}
.mr {
	background: url(images/dot.png) 100% 0 repeat-y
}
.mbl {
	background-image: url(images/bl.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.mbr {
	background: url(images/br.png) 100% 100% no-repeat
}
.mtl {
	background: url(images/tl.png) 0 0 no-repeat
}
.mtr {
	background: url(images/tr.png) 100% 0 no-repeat;
	padding:6px;
	vertical-align: text-top;
}


.textpad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	margin: 2px;
}
.blinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	padding: 2px;
	color: #666666;
}


/* Eric Myer's Simple List Separators
http://www.meyerweb.com/eric/talks/2003/commug/commug.html */
.navlist
{
	padding-left: 0;
	margin-left: 0px;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.navlist li
{
	list-style-image: url(images/point.png);
	list-style-type: none;
	list-style-position: inside;
	padding-top: 2px;
	padding-bottom: 2px;
}
.navcontainer {
	vertical-align: top;
}


.navlist li a { text-decoration: none; }
.iconholder1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
}
.icon {
	float: right;
	width: 110px;
}

.iconholder2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	margin: 2px;
	padding: 2px;
	float: right;
	text-align: center;
	background-color: #FFFFFF;
}
table {

}

.texty {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	width: auto;
}

.pt {
	width: auto;
	background-color: #FFFFFF;
	background-image: url(images/dot.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	vertical-align: top;
	text-align: justify;
}
.pb {
	background: url(images/dot.png) 0 100% repeat-x
}
.pl {
	background: url(images/dot.png) 0 0 repeat-y
}
.pr {
	background: url(images/dot.png) 100% 0 repeat-y
}
.pbl {
	background-image: url(images/bl.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.headbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #3c5f84;
	;
	height: 16px;
	width: auto;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.textcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: justify;
}


.pbr {
	background: url(images/br.png) 100% 100% no-repeat
}
.ptl {
	background: url(images/tl.png) 0 0 no-repeat
}
.ptr {
	background: url(images/tr.png) 100% 0 no-repeat;
	padding:6px
}


/* 
Menu Design CSS
*/

.vertmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 188px;
	padding: 0px;
	margin: 0px;
	background-color: #eeeeee;
	}

.vertmenu h1 {
	display: block;
	background-color:#3c5f84;
	font-size: 10px;
	padding: 3px 0 5px 3px;
	border: 1px solid #003399;
	color: #FFFFFF;
	margin: 0px;
	width:182px;
}

.vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
.vertmenu ul li {
margin: 0px;
padding: 0px;
}
.vertmenu ul li a {
	font-size: 10px;
	display: block;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #666666;
	width:182px;
}
.vertmenu  ul  li  a:hover, .vertmenu  ul  li  a:focus {
	color: #000000;
	background-color: #FFCC33;
}
body {
	margin-top: 0px;
	background-color: #CCCCCC;
}

/*
.flashmenu {
	position: relative;
	z-index: 1;
	height: 150px;
	width: 600px;
	left: 0px;
	top: 0px;
}

*/
.bottomenu  a:link, .bottomenu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.bottomenu a:hover, .bottomenu a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC66;
	text-decoration: none;
}
.borderthick {
	BORDER-COLLAPSE: collapse

}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


.bottomenu {
	background-color: #000000;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td.bline {
border: 1px solid #cccccc;
}

table.bline {
border: 1px solid #000000;

}
.copy10 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #231f20;
	text-decoration: none;
}
.copy10 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #231f20;
	text-decoration: none;
	background-color: #CCCCCC;
}

td.blin {
border: 1px solid #333399;
background-color:#cecece;
text-align:center;
font-weight:bold;
}

.formtable{
padding: 2px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	height: 14px;
	width: auto;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.texthead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-left-color: #D4D0C8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: left;
	border-top: 1px solid #d4d0c8;
}

.textable table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	border-left:1px solid #D4D0C8;
	}
	
.textable td {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding:4px;
	}

.forms {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding-top:3px;
padding-bottom:3px;
}

.inpute {
border: 1px solid #cccccc;
width:120px;
height:15px;
}

.inputm {
border: 1px solid #cccccc;
width:50px;
height:15px;
}


.textareaa {
border: 1px solid #cccccc;
width:150px;
height:100px;
}
