html{
 	margin:0px;
 	padding: 0;
}
 body{
 	margin:0px;
 	padding: 0;
 	background-color: #f3f3f3;
 	font-size: 10pt;
 	font-family: arial, sans-serif;
 }



.input_border{
	border: solid 1px;
	border-color: #cccccc;
	padding: 2px;
	font-family: arial, sans-serif;
	font-size:9pt;
}


a.red9{
	font-size: 9pt;
	color: #ff0000;
	text-decoration: underline;
}



a.vt_purple_link{
	font-size: 11pt;
	color: #6E337F;
	text-decoration: none;
}
a.vt_purple_link:hover{
	text-decoration: underline;
}
.blue_link{
	font-size: 10pt;
	line-height: 1;
	color: #0000ff;
	text-decoration: none;
	cursor: pointer;
}
.blue_link:hover{
	text-decoration: underline;
}

.grey_text{
	font-size: 9pt;
	color: #232323;
}
.purple_text{
	font-size: 11pt;
	color: #6E337F;
}



.purple_link{
	font-size: 9pt;
	line-height: 1;
	color: #6E337F;
	text-decoration: underline;
	cursor: pointer;
}


.grey_eight{
	font-size: 8pt;
	line-height: 1;
	color: #232323;
}


.help_txt{
	font-style: arial;
	font-size: 10pt;
	font-weight: bold;
	color:#aa7777;
	display:inline;
}



.small_fat_purp_link{
	font-size: 10pt;
	color: #6E337F;
	font-weight:bold;
	text-decoration: none;
}
.small_fat_purp_link:hover{
	text-decoration:underline;
}

.small_fat_white_link{
	font-size: 12pt;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}

.big_purp_link{
	font-size:12pt;
	font-weight:bold;
	color:#6E337F;
	text-decoration:none;
}

.small_fat_grey_link{
	font-size:10pt;
	font-weight:bold;
	color:#454545;
	text-decoration:none;
}
.small_fat_grey_link:hover{
	text-decoration:underline;
}
.small_white_link{
	font-size:10pt;
	color:#dddddd;
	text-decoration:none;
}
.small_white_link:hover{
	color:#ffffff;
}

.footer_purple_link{
	font-size:11pt;
	color:#6E337F;
	text-decoration:none;
}
.footer_purple_link:hover{
	text-decoration:underline;
}

.reg_purple{
	color:#703a7d;
}


.white_link{
	font-size:8pt;
	color:#ffffff;
	text-decoration:none;
}
.white_link:hover{
	text-decoration:underline;
}
