/*
---------------------------
BODY
---------------------------
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/*
---------------------------
TD 
---------------------------
*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333
}

.hometab {
	font-size: 9px;
}


.subNav {
	background-image : url(../images/navigation/subNavBg.gif);
	font-size: 11px;
	color: #FFFFFF;
	padding-left : 20px;
	padding-top : 20px;
	line-height : 200%;
	background-repeat : no-repeat;
	background-color : #cc0033;
}


/*
---------------------------
STANDARD HTML
---------------------------
*/

.footer {
	color: #666666;
	font-size: 10px;
}

.bodyText {
	color: #333333;
	font-size: 11px;
	padding-left : 20px;
	padding-top : 20px;
}

hr {
	color: #666666;
	border-style: dashed;
	height: 1px;
}

/*
---------------------------
LINKS
---------------------------
*/

A          { 
	color: #b72437; 
	text-decoration : underline;
}

A:visited  { 
	color: #b72437 
	text-decoration : underline;
}

A:Active   { 
	color: #b72437
	text-decoration : underline; 
}

A:Hover    {
	color: #000000;
	text-decoration : underline;
}

/*
Internal Navigation
*/
.subNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.subNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.subNav a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.subNav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/*
footer
*/
.footer a:link {
	color: #666666;
	text-decoration: underline;
}
.footer a:visited {
	text-decoration: underline;
	color: #666666;
}
.footer a:active {
	text-decoration: underline;
	color: #666666;
}
.footer a:hover {
	text-decoration: underline;
	color: #000000;
}
/*
---------------------------
HEADERS
---------------------------
*/

.header1 {
	color: #c4122f;
	font-weight: bold;
}


.header2 {
	color: #000000;
	font-weight: bold;
}

/*
---------------------------
BACKGROUND
---------------------------
*/

.homeCurveMiddle {
	background-image : url(../images/curveBg.gif);
	background-repeat : no-repeat;
}

.headerBg {
	background-image : url(../images/headerPageBg.gif);
	background-repeat : repeat-x;
}

.internalBg{
	background-image : url(../images/internaRightlBg.gif);
	background-repeat : repeat-x;
}

.ebanking {
	background-image : url(../images/ebankingHomePicBg.gif);
}

.clinicalTrial {
	background-image : url(../images/clinicalTrialsHomePicBg.gif);
}

.hostedServices {
	background-image : url(../images/hostedServicesHomePicBg.gif);
}

.header{
	background-image : url(../images/headerCurve.gif);
}

.headerBanking{
	background-image : url(../images/headerBankingCurve.gif);
}

.curve{
	background-image : url(../images/curve.gif);
	background-repeat : no-repeat;
}
