body.gradient
{
	background-color: #FFFFFF;
	background-image: url('/images/body_background.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	margin-bottom: 0px;
	font-weight: normal;
        font-class: Verdana, Arial;
        font-size: 10px;

}

li
{
	padding-top: 8px;
	
}

a{
	color: #222222;
	text-decoration: underline;
}

a:visited
{
	text-decoration: underline;
	color: #222222;
}

a:hover
{
	text-decoration: underline overline;
	color: #222222;
}

.box_round {
	-moz-border-radius: 3px; /* FF1+ */
	-webkit-border-radius: 3px; /* Saf3+, Chrome */
	border-radius: 3px; /* Opera 10.5, IE 9 */
}
  
.box_shadow {
	padding: 5px;
	-moz-box-shadow: 0px 0px 8px #777777; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 8px #777777; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 8px #777777; /* Opera 10.5, IE 9.0 */
}


.box_gradient {
	text-align: left;
	padding: 5px;
	background-color: #C7C7C7;
	background: -moz-linear-gradient(top, #C7C7C7, #FFFFFF);
	background-image: -moz-linear-gradient(top, #C7C7C7, #FFFFFF); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #C7C7C7),color-stop(1, #FFFFFF)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#C7C7C7', EndColorStr='#FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#C7C7C7', EndColorStr='#FFFFFF')"; /* IE8 */
}
    
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #99FF77;
	border-top: 3px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

.spacer {
	width: 3px;
	height: 3px;
}
.small_image {
    width: 75px;
    height: 75px;
    border: 1px dashed black;
}

.small_image img {
    display: none;
}

.tiny_image {
    width: 35px;
    height: 35px;
    border: 1px dashed black;
}

.tiny_image img {
    display: none;
}

.content_block
{
	border: 1px solid black;
	padding-right: 5px;
}

.box_description
{
	padding: 2px 5px 5px 5px;
	border: 1px dotted black;
	font-weight: normal;
	font-class: Verdana, Arial;
	font-size: 8px;
}

.box_inner_title
{
	padding-left: 3px;
}

.box_title
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.small
{
	font-family: Verdana, Arial;
	font-size: 8px;
	font-weight: bold;
}

.footer_small
{
	font-family: Verdana, Arial;
	font-size: 8px;
	font-weight: bold;
}

.footer
{
	font-family: Verdana, Arial;
	font-size: 25px;
}

.footer_small
{
	font-family: Verdana, Arial;
	font-size: 8px;
	font-weight: bold;
}

table.navigation_table
{
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	vertical-align: baseline;
	border-bottom: 1px dotted #CCCCCC;
	height: 30px;
}

td.navigation_left
{
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-right: none;
	width: 100px;
}

td.navigation_right
{
	text-align: center;
	vertical-align: middle;
	border-left: none;
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 100px;
}

td.navigation_default
{
	background-repeat: repeat-x;
}

td.navigation_default:hover
{
	background-color: #9AFEAD;
	border-bottom: 1px solid #000000;
}

td.navigation_selected
{
	background-color: #FFFFFF;
	border-bottom: 2px solid #000000;
}

table.standard_box
{
	background-color: #FFFFFF;
	padding: 0px;
	font-family: Verdana, Arial;
	border: 1px solid black;
}

td.standard_box_header
{
	background-color: #9AFEAD;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}

td.standard_box_heading_left
{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
}

td.standard_box_small_left
{
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 8px;
}


td.standard_box_label
{
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding: 5px;
}

td.standard_box_normal
{
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;	
}

td.standard_box_notice
{
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background-image: url('/images/notice_small.png');
	background-repeat: no-repeat;
	background-color: #F26A20;
	background-position: 5 center;
	padding: 10px;
	padding-left: 38px;
}


input.standard
{
	border: 2px solid #CCCCCC;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	height: 22px;
}


table.square
{
	background-color: #FFFFFF;
	padding: 0px;
	width: 780px;
}

td.square_top
{
	background-color: transparent;
	background-image: url('/images/square_table_01.gif');
	background-repeat: no-repeat;
	width: 780px;
	height: 18px;
	padding-bottom: 0px;
}

td.square_middle
{
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	overflow: hidden;
	background-color: transparent;
	background-image: url('/images/square_table_02.gif');
	background-repeat: repeat-y;
	width: 780px;
}

td.square_bottom
{
	padding: 0px;
	overflow: hidden;
	background-color: transparent;
	background-image: url('/images/square_table_03.gif');
	background-repeat: no-repeat;
	height: 19px;
	width: 780px;
}



