/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	font:9pt Verdana, Arial, Helvetica, sans-serif;
}

p, td {
	 color:#000000;
	 line-height:1.2;
	 margin:10px 0 10px 0;
}

a {
	 color:#000000;
	 font-weight: normal;
	 text-decoration: underline;
}
.turquoise {color:#00989d;}
.red {color:#ff0000;}
.grey {color:#747979;}
.bold {font-weight:bold;}
.noUnderline {	text-decoration:none;}

h1 {
     font-size: 20pt;
	 color:#000000;
	 line-height:1.2;
	 margin-bottom:10px;
}
.whiteTitle {
     font-size: 13pt;
	 color:#ffffff;
	 line-height:1.1;
	 margin-bottom:10px;
	 font-weight:bold;
}
.purpleTitle {
	 color:#641a45;
	 margin-bottom:0px;
	 font-weight:bold;
}
.blackMed {
     font-size: 11pt;
	 color:#000;
	 line-height:1.1;
	 margin-bottom:5px;
	 font-weight:normal;
}
.blackMedBold {
     font-size: 11pt;
	 color:#000;
	 line-height:1.1;
	 margin-bottom:5px;
	 font-weight:bold;
}
.blackLarge {
     font-size: 13pt;
	 color:#000;
	 line-height:1.1;
	 margin-bottom:5px;
	 font-weight:bold;
}
.blackExLarge {
     font-size: 16pt;
	 color:#000;
	 line-height:1.1;
	 margin-bottom:5px;
	 font-weight:bold;
}
.smallText {
     font-size: 8pt;
	 color:#000000;	  
}

input {width:18em;border:solid 1px #cccccc;height:18px;color:#5b5a5b;}
textarea {width:28em;border:solid 1px #cccccc;color:#5b5a5b;}

.resetInput {
	width:auto;
	height:auto;
	/*border:none;*/
	padding:0;
	margin:0;
}

.homeBgblue {background-image : url(images/home-blue-box-bg2.gif); background-repeat:no-repeat;}
.homeBgred {background-image : url(images/home-red-box-bg2.gif); background-repeat:no-repeat;}
.homeBgpurple {background-image : url(images/home-purple-box-bg2.gif); background-repeat:no-repeat;}
.homeBggreen {background-image : url(images/home-green-box-bg2.gif); background-repeat:no-repeat;}

.purpleBox {background-image : url(images/purple-box-bg.gif); background-repeat:no-repeat;color:#ffffff;padding:15px 10px 20px 15px;}
.redBox {background-image : url(images/red-box-bg.gif); background-repeat:no-repeat;color:#ffffff;padding:15px 10px 30px 15px;}
.greenBox {background-image : url(images/green-box-bg.gif); background-repeat:no-repeat;color:#000000;padding:15px 10px 30px 15px;}
.pinkBox {background-image : url(images/pink-box-bg.gif); background-repeat:no-repeat;color:#000000;padding:5px 10px 30px 15px;}
.blueBox {background-image : url(images/blue-box-bg.gif); background-repeat:no-repeat;color:#000000;padding:5px 10px 30px 15px;}
.lightgreenBox {background-image : url(images/light-green-box-bg.gif); background-repeat:no-repeat;color:#000000;padding:5px 10px 30px 15px;}