td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 000000;
	text-decoration: none;
	font-weight: normal;
}

/*.menu {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 000000;
	text-decoration: none;
	font-weight: bold;

	width: 119px;
	height: 46px;
	border: none;
}
*/

.form_text {
	background:transparent url('../images/bg_text.gif') repeat-x left bottom;
	height:20px;
	border:1px solid #808080;
	font:11px Arial;
	padding: 2px;
}

.form_submit {
	background:transparent url('../images/bg_submit.jpg') repeat-x left bottom;
	height:28px;
	width:63px;
	border:none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 000000;
	text-decoration: none;
	font-weight: bold;
}

.login_text {
	font:11px Arial;
	font-weight: bold;
}

.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 000000;
	text-decoration: none;
	font-weight: bold;
}

/*this is the css for the horizontal version*/
		.horizontal{
			width:476px;
			align:right;
			height:46px;
		}

		.horizontal ul{
			margin: 0px;
			padding : 0px;
			list-style-type: none;
			border-left: 0px solid;
			display: block;
		}

		.horizontal li{
			float: left;
			display: inline;
			background: #DEDEDE url('../images/menu.jpg') no-repeat;
		}

		.horizontal li a{
			text-align: center;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: 000000;
			font-weight: bold;
			text-decoration: none;
			float: left;
			display: block;
			width: 119px;
			padding-top: 15px;
			border: none;
			border-left: none;
		}

		.horizontal li li{
			height: 20px;
			padding-top: 0px;
		}

		.horizontal li li a{
			padding-top: 0px;
			height:20px;
			border-top: 1px solid;
			border-left: 1px solid;
		}

		.horizontal li ul{
			position: absolute;
			margin-top: 3.5em;
			margin-left: -1px;
			width: 150px;
			border: none;
			display: block;
			height: auto;
			border-top: 1px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 150px;
		}

		.horizontal li ul li a{
			background: #DEDEDE;
			width: 150px;
			font-size: 12px;
			color: 000000;
			font-weight: normal;
			text-decoration: none;
			text-align: left;
			text-indent:.1em;
		}


		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 125px;
		}

		.info_head{
			
			font-weight:bold;
			padding-top:10px;
			padding-bottom:5px;
			font-size:18px;
			color: #3366FF;
		}

		.info a{
			text-decoration: none;
			color: 000000;
		}

		.info{
			font-size:14px;
			font-weight:bold;
			font-family: Arial, Helvetica, sans-serif;
			padding-top:5px;
		}

		.info_sub{
			font-size:12px;
			text-indent:1em;
			font-family: Arial, Helvetica, sans-serif;
		}

		.profile{
			font-size:12px;
			font-weight:bold;
			font-family: Arial, Helvetica, sans-serif;

		}

		.biz_card {
			border: 1px solid #BBBBBB;
			background-color: #DEDEDE;
		}

		.biz_card_pro {
			padding: 0;
			margin: 0;
			padding-bottom: 7px;
			padding-top: 5px;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			color: #0000FF;
		
		}
		.biz_card_co{
			font-size: 11px;
			text-decoration: none;
		}
		.biz_card_q{
			font-size: 1px;
			text-decoration: none;
		}
		.biz_card_name{
			margin: 0px;
			padding: 0px;
			font-size: 18px;
			text-decoration: none;
		}
		.biz_card_title{
			font-size: 13px;
			text-decoration: none;
		}
		.biz_card_slogan{
			font-size: 13px;
			font-weight: bold;
			font-style: italic;
			text-decoration: none;
		}
		.biz_card_link{
			font-size: 10px;
			text-decoration: none;
			color: blue;
		}
		.biz_card_img{
			border: 0px;
		}