/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-color: #29265D;
	background-image: url(../images/bg.gif);
	margin: 0px;
	font-family: verdana, arial;

}

TABLE, SELECT, TEXTAREA {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	line-height: 21px;
	border-collapse:collapse;
	border-spacing: 0;
}

INPUT {
font-family: verdana, arial;
	font-size: 11px;
	color: #666666;
}



UL {
	margin: 0px 15px;
	list-style-image: url(../images/bullet.gif);
}

LI { margin: 10px 7px; list-style-image: url(../images/bullet.jpg); }

P {
	margin: 0px 0px;
}

TEXTAREA {
	line-height: 12px;
	color: #666666;
	line-height: 21px;
	font-size: 11px;
	font-family: verdana, arial;
}


h1 {
	display:inline;	
}


h2 {
	display:inline;	
}


  
/***************************************************
customized sitewide link tags
****************************************************/
a:link {
	color: #C80087;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #C80087;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #C80087;
	text-decoration: none;
	font-weight: bold;


}

a.linkFooter:link {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #B7D048;
}

a.linkFooter:visited {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
	color: #B7D048;
}

a.linkFooter:hover {
	font-size: 10px;
	color: #B7D048;
	font-weight: normal;
	text-decoration: none;

}




/***************************************************
customized sitewide link tags
****************************************************/

.footerText {
	font-size: 10px;
	vertical-align: bottom;
	color: #B7D048;

}


.footerDivider {
	font-size: 10px;
	vertical-align: bottom;
	color: #4C87AE;

}


.titles {
	font-size: 18px;
	color: #4C87AE;
	font-weight: bold;
}

.titlesSmall {
	font-size: 18px;
	color: #4C87AE;
	font-weight: bold;
}

.titlesLarge {
	font-size: 30px;
	color: #4C87AE;
	font-weight: bold;
}

.titlesSmallPink {
	font-size: 18px;
	color: #C80088;
	font-weight: bold;
}


.subTitles {
	font-size: 14px;
	color: #C80088;
	font-style:italic;
	font-weight: bold;
}

.subTitlesBlue {
	font-size: 14px;
	color: #4C87AE;
	font-style:italic;
	font-weight: bold;
}

.homeSmallText {
	font-size: 11px;

}

.pinkText{
	color: #C80088;
	font-weight: 400;
}