/* --:: STYLES INHERENT TO TAGS ::-- */


/* --:: STYLES THAT MUST BE CALLED ::-- */

html {
       overflow-y: scroll;
}


/* Background Colour Classes */
.bgcolor-lavender {
	background-color: #F2EDF5;
}

.bgcolor-purple {
	background-color: #844D9C;
}

.bgcolor-white {
	background-color: #FFFFFF;
}

.bgcolor-lightgrey {
	background-color: #FFFFFF;
}

.bgcolor-mediumgrey {
	background-color: #949494;
}


/* Body Classes */
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	background-image: url(/images/global/global_background.gif);
	margin: 0px;
}

.body-print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	margin: 0px;
	background-color: #FFFFFF;
}

.body-image {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
	margin: 0px;
	background-image: url(/images/global/global_background.gif);
}


/* Breadcrumb Classes */
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #000000;
	background-color: #FAF8FB;
}

.breadcrumb a:link {
	text-decoration: none;
	color: #844D9C;
}

.breadcrumb a:visited {
	text-decoration: none;
	color: #844D9C;
}

.breadcrumb a:hover {
	text-decoration: underline;
	color: #844D9C;
}

.breadcrumb a:active {
	text-decoration: underline;
	color: #844D9C;
}


/* Bullet Class */
.bullet {
	list-style-position: outside;
	list-style-type: square;
}

ul {
	margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
    padding-bottom: 0;
	margin-left: 15;
    border-left-width: 0;
    padding-left: 15;
}


/* Footer Classes */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}

.footer a:link {
	text-decoration: none;
	color: #844D9C;
}

.footer a:visited {
	text-decoration: none;
	color: #844D9C;
}

.footer a:hover {
	text-decoration: underline;
	color: #844D9C;
}

.footer a:active {
	text-decoration: underline;
	color: #844D9C;
}

/* Text Classes */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
}

.text a:link {
	text-decoration: none;
	color: #844D9C;
}

.text a:visited {
	text-decoration: none;
	color: #844D9C;
}

.text a:hover {
	text-decoration: underline;
	color: #844D9C;
}

.text a:active {
	text-decoration: underline;
	color: #844D9C;
}

.text-purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #54206B;
}

.text-purple a:link {
	text-decoration: none;
	color: #844D9C;
}

.text-purple a:visited {
	text-decoration: none;
	color: #844D9C;
}

.text-purple a:hover {
	text-decoration: underline;
	color: #844D9C;
}

.text-purple a:active {
	text-decoration: underline;
	color: #844D9C;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
}
.title-print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #583368;
	background-color: #EDE2F1;
	border: 1px solid #583368;
}
