/* 
-------------------------------------------------
links
-------------------------------------------------
*/

a:link {	color: #B11A8F; text-decoration: underline;}
a:active {	color: #B11A8F;	text-decoration: underline;}
a:visited {	color: #B11A8F;	text-decoration: underline;}
a:hover {	color: #D69BC9;	text-decoration: none;}

.footerlink {
	color: #CCCCCC;
	background-image: url(../images/core/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
	height: 75px;
	font-size: 10px;
	text-align: center;
}
/* 
.footerlink a:link {	color: #CCCCCC;	text-decoration: none;}
.footerlink a:active {	color: #CCCCCC;	text-decoration: none;}
.footerlink a:visited {	color: #CCCCCC;	text-decoration: none;}
.footerlink a:hover {	color: #FFFFFF;	text-decoration: underline;}

-------------------------------------------------
Form 
-------------------------------------------------

input{
	font-size: 11px;
	border: 1px solid #D8D8D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2E2E2E;
	background-color: #FFFFFF;
	height: 24px;
	padding: 3px;
}
textarea {
	font-size: 11px;
	border: 1px solid #D8D8D8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2E2E2E;
	background-color: #FFFFFF;
	padding: 3px;
}

/* 
-------------------------------------------------
Core 474646
-------------------------------------------------
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.boldtext{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #474646;
	line-height: 18px;
	list-style-type: square;
}

table, ul {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #474646;
	line-height: 18px;
	list-style-type: square;
}
/* 

.textPadding {
	background-image: url(../images/bg_text2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 35px;
	padding-top: 20px;
	padding-left: 22px;
	padding-right: 15px;
}
*/
.bg-right {
	background-image: url(../images/core/bg-right.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bg-left {
	background-image: url(../images/core/bg-left.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #742462;
	text-transform: capitalize;
}
h2 {
	font-weight: bold;
	background-color: #EFEEF0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
	font-size: 12px;
	text-transform: capitalize;
	margin-left: -5px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-right: 2px;
	margin-right: -5px;
	margin-top: 25px;
}
.boldtextlarge{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #993366;
	text-align: center;

}
.FooterNav {font-size: 8px}
