a:link{
	color: #fc3785;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #fc3785;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #fc3785;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #fc3785;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background-color: #F5D2DC;
}

a.download:link{
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

a.download:visited {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

a.download:hover {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

a.download:active {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

a.terms:link{
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

a.terms:visited {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

a.terms:hover {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

a.terms:active {
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

body {
	background-color: #f5d2dc;
	margin: 0; /* to avoid margins */
    text-align: center; /* to correct the centering IE bug*/
}

#container {
     margin-left: auto;
     margin-right: auto;
     width: 750px;
     text-align: left; /* to realign your text */

}


p {
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 9pt;
}

td, body, select, textarea, input {
	font-family: tahoma, verdana,arial,sans-serif;
	font-size: 9pt;
}

.heading {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

#box {
	background-color: #F5D2DC;
	border: 2px dotted #000000;
	color: #000000;
	font-weight: normal;
	padding: 10px;
	text-align: center;
}

ol {
	border: 0px solid #000000;
	color: #000000;
	font-weight: normal;
	padding: 10px;
}

li {
	border: 0px dotted #000000;
	color: #000000;
	font-weight: normal;
	padding: 10px;
}

.pic
{
	border: 1px solid #F0C0D0;
	padding: 5px 5px 5px 5px;
	margin-left:10px;
}


#question {
	border: 1px dotted #EFBCCD;
	font-size: 14px;
	padding: 10px;
	background-color: #FDF5F8;
}

h1{
	color: #fc3785;
	font-size: 12pt;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,"Sans Serif";
	font-weight: 300;
	background:#F5D2DC;
	padding: 3px;
}

h2{
	color: #fc3785;
	font-size: 10pt;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,"Sans Serif";
	font-weight: 300;
	background:#F5D2DC;
	padding: 3px;
}

ul.copy {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
}

ul.copy li {
	padding-left: 10px;
	line-height: 160%;
	color:#fc3785;
}

input.text{ 
	background:#FFFFFF none repeat scroll 0 0 !important;
	border:1px solid #f0c0d0;
	color:#333333;
	font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,"Sans Serif";
	font-size:9pt;
	font-weight:normal;

}

input.button{
	background: #fc3785;
	border: 1px solid #f6326a;
	color: #FFFFFF;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,"Sans Serif";
	font-size: 9pt;
	font-weight: normal;
	height: 22px;
	width: 90px;
	cursor: hand;
	cursor: pointer;
}

.smalltext {
	font-size: 9px;
	color: #848484;

-->