TD{
	/*font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B8A8A;
}

h1 {
        font-size: 16px;
        font-style: italic;
	font-weight: 900;
        /*color: #000;*/
        color: #B22;
}

a:link,a:visited{
	color: #000;
	text-decoration: none;
}

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

a.design:link,a.design:visited{
	color: #fff;
	text-decoration: none;
}

a.design:hover{
	color: #002779;
	text-decoration: underline;
}

a.nav:link,a.nav:visited {
	font-family: Georgia,Tahoma, Verdana, Arial;
	text-decoration: none;
	color: #00C;
	font-size:18px;
}

a.nav:hover {
	font-family: Georgia,Tahoma, Verdana, Arial;
	text-decoration: none;
	color: #903;
	font-size:18px;

}
#navhdr {
	font-weight: 600;
	font-size:24px;
	font-family: Arial,Georgia,Tahoma, Verdana, ;
	text-align:center;
	color: #000;
}
.small{
	text-align: center;
	font-size: 10px;
}

small{
	font-size: 9px;
}

.medium{
	font-size: 11pt;
	font-weight: 600;
}

medium{
	font-size: 11pt;
	font-weight: 600;
}

.large{
	font-size: 32px;
}

big{
	font-size: 13pt;
}

.tiny{
	font-size: 7pt;
}

.error{
	color: 	#F00;
}

.highlight{
	background-color: #EEE;
}

table.design{
	font-size: 		10px;
	border-color: 		#666 #666 #666 #666;
	border-left-style: 	solid;
	border-left-width: 	1px;
	border-right-style: 	none;
	border-right-width: 	0px;
	border-top-style: 	solid;
	border-top-width: 	1px;
	border-bottom-style:	solid;
	border-bottom-width:	1px;
}


table.design th{
	padding: 3px;
	background-color: #888;
	font-size: 10px;
	color: #fff;
	border-color: #666 #666 #666 #666;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: none;
	border-top-width: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

table.design td{
	padding: 3px;
	font-size: 10px;
	color: #000;
	border-color: #666 #666 #666 #666;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: none;
	border-bottom-width: 0px;
}

table.empty{
	border: none;
	padding: 0px;
	border-width: 0px;
}

table.empty td{
	border: none;
	padding: 0px;
	border-width: 0px;
}

td.row1{
	background-color: #FFF;
}

td.row2{
	background-color: #F7F7F7;
}

td.copy{
	background-color: #000;
}

input{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	background-color: #FFF;
	color: #444;
}

textarea{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	background-color: #FFF;
	color: #444;
	border: #444 1px solid;
}

select{
	font-family: Verdana,Arial,Helvetica;
	font-size: 10px;
	background-color: #FFF;
	color: #444;
	border: #444 1px solid;
}

input.checkbox{
	border: none;
}

input.button{
	background-color: #EEE;
	cursor: hand;
}

ul,li{
	margin-left: 10px;
	padding: 0px;
}

.adv{
        margin-left:    50px;
        margin-right:   50px;
	font-size: 11px;
	text-align: center;
}	

.bggif{
	background-image: url('/images/bg.gif');
}

