*{
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #fff;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #58585a;
}
/****************************************************** FORM  ********************************************************/
fieldset{
	border: none;
}
textarea {
	border: 1px solid silver;
	width: 99%;
}
textarea.description {
	height: 200px;
}
textarea.fly {
	height: 400px;
}
input.text {
	width: 70%;
	padding: 1px 1px;
}

input.password {
	width: 70%;
	padding: 1px 1px;
}

input.hidden {
	display: none;
}

select {
	padding: 0px 0px 0px 0px;
}
select.multi {
	height: 200px;
}
option {
	margin: 0px 0px;
	padding: 1px 10px 1px 5px;
}
/******************************************************  LIST  ********************************************************/
ol {
	display: block;
	padding: 0px 0px 4px 44px;
	list-style: decimal outside;
}
ol.no_shift {
	padding: 0px 0px 4px 20px;
}
ol li {
	padding: 0px 0px 0px 0px;
}
ul {
	display: block;
	padding: 0px 0px 4px 10px;
	list-style: none;
}
ul li {
	padding: 0px 0px 0px 10px;
	background: url(../img/disc_grey.gif) no-repeat left 7px;
}
/******************************************************  IMG  ********************************************************/
img, span{
	border: none;
}
img.left{
	float: left;
	padding: 10px 10px 10px 24px;
}
img.right{
	float: right;
	padding: 10px 10px 10px 10px;
}
img.center{
	float: none;
	display: block;
	margin: 10px auto;
	clear: both;
}
/******************************************************  PARAGRAPH  ********************************************************/
p{
	padding: 5px 10px 5px 24px;
}
td p{
	padding: 0px 0px 0px 0px;
}
strong{
	font-weight: bold;
	color: #58585a;
}
.small{
	font-size: 10px;
	line-height: 15px;
}
.no_indent{
	padding-left: 0px;
	padding-right: 0px;
}	
.small_no_indent{
	font-size: 10px;
	line-height: 15px;
	.small{
	font-size: 10px;
	line-height: 15px;
}
}
/******************************************************  LINK  ********************************************************/
a{
	font-weight: bold;
	color: #004487;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover{
	text-decoration: underline;
}
a:visited{
	color: #004487;
}
/******************************************************  HEADER  ********************************************************/
h1{
	display: block;
	padding: 16px 10px 8px 24px;
	font-family: Georgia, 'New York CE', utopia, serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	font-style: italic;
	color: #055097;
}
h2{
	display: block;
	padding: 10px 10px 5px 24px;
	font-family: Georgia, 'New York CE', utopia, serif;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	font-style: italic;
	color: #055097;
}
h3{
	display: block;
	padding: 5px 10px 2px 24px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #055097;
}
h3.grey{
	font-weight: normal;
	color: #58585a;
}
h4{
	display: block;
	padding: 4px 10px 2px 24px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-style: italic;
	color: #055097;
}
h5{
	display: block;
	padding: 4px 10px 2px 24px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-style: normal;
	font-weight: bold;
	color: #055097;
}
h1.blue, h2.blue, h3.blue{
	height: 40px;
	background-image: url(../img/bg_title.gif); 
	background-position: left center;
	background-repeat: repeat-x;
	background-color: transparent;
	color: #fff;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	line-height: 40px;
}
h1.bg, h2.bg, h3.bg{
	height: 40px;
	background-image: url(../img/bg_title.gif); 
	background-position: left center;
	background-repeat: repeat-x;
	background-color: transparent;
	color: #fff;
	padding: 0px 10px 0px 24px;
	font-size: 15px;
	line-height: 40px;
}
h1.blue img, h2.blue img, h3.blue img{
	float: left;
	padding: 0px 5px 0px 5px;
}
/* ie6 trouble */
h1.blue span, h2.blue span, h3.blue span{
	float: left;
	padding: 0px 0px 0px 0px;
}
/******************************************************  TABLE  ********************************************************/

table {
	border-collapse: collapse;
	border: none;
	/*display: block;*/
	/*margin: 10px auto;*/
}
#body table {/*fancy problem*/
	/*display: block;*/
}
tr {
	border: none;
}
td {
	border: none;
	text-align: left;
	vertical-align: center;
	padding: 2px 4px 2px 0px;
}
th {
	border: none;
	text-align: left;
	vertical-align: center;
	padding: 2px 4px 2px 0px;
}
td.w10 { width: 10px; }
td.w20 { width: 20px; }
td.w20 { width: 30px; }
td.w40 { width: 40px; }
td.w50 { width: 50px; }
td.w60 { width: 60px; }
td.w70 { width: 70px; }
td.w80 { width: 80px; }
td.w90 { width: 90px; }
td.w100 { width: 100px; }

