/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #615b5b;
}


/* Text Styles */


.greyreg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #615b5b;
	line-height: 15px;
}

.greyregsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #615b5b;
}

.greyreg-italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	font-style: italic;
	color: #615b5b;
	line-height: 15px;
}

.greyreg-bolditalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	color: #615b5b;
	line-height: 15px;
}

.greybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #615b5b;
	line-height: 18pt;
}

.blackreg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000;
}

.blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000;
}

.blacksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000;
	line-height: 15px;
}

.blacksmallbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000;
}

.pinksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #D7156E;
}

.pinklarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #D7156E;
}
.redlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #A00A0B;
}
.whitelarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
}

.greylarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #615b5b;
}
.bluelarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #0A497B;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	color: #D7156E;
}


/* Link Styles */


a.pinklink:link, a.pinklink:visited, a.pinklink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #FF0066;
	text-decoration: none;
}

a.pinklink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.bluelink:link, a.bluelink:visited, a.bluelink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #0A497B;
	text-decoration: none;
}

a.bluelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.greylink:link, a.greylink:visited, a.greylink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #615b5b;
	text-decoration: none;
}

a.greylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.white:link, a.white:visited, a.white:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.greyregsmall:link, a.greyregsmall:visited, a.greyregsmall:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #615b5b;
	text-decoration: none;
}

a.greyregsmall:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #ff0099;
	text-decoration: none;
}

/* Graphic Styles */


.frameborder {
	border: 1px solid #D9CFC5;
}

