@charset "utf-8";

/* Base Body Foramting - Start*/
.NormalBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #006;
}

a:visited{ 
	color:#fff;
	text-decoration: none;
}
a:link {
	color:#fff;
	text-decoration: none;
}

a#bodyUrl {
	color:#003399;
	text-decoration: underline;
	
}
a#bodyUrl:hover {
	text-decoration: none;
}


a:hover {
	color:#fff;
	text-decoration: underline;
	font-size: 12px;
}

.SubTitleBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
	margin-left: 90px;
	margin-right: 90px;
	position: relative;
	top: 30px;
	
}

/* Footer Formating */

	/* Table Background */
.FooterCell {
	background-image: url(images/index_r10_c1.gif);
	background-repeat: no-repeat;
	padding-top: 46px;
}

.FooterCellTrans {
	background-image: url(images/Medical_Transcription_r4_c1.gif);
	background-repeat: no-repeat;
	padding-top: 46px;
}

.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
	
}

input {
	border-color: black;
	border-bottom-style:solid;
	border-width:1px;
	color:#000;
	font-size:11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
