body
{
	font-family :Arial;
}
.title
{
	font-family :Arial;
	font-size :12pt;
	font-weight :bold;
	color:#ffffff;
	
}
.bodytext
{
	font-family :Arial;
	font-size:10pt;
	font-weight :normal;	
	
}
.warning
{
	font-family :Arial;
	font-size:10pt;
	font-weight :normal;
	color : red;
}
.grey
{
	font-family :Arial;
	font-size:10pt;
	font-weight :normal;
	
}
.tabletitle
{
	font-family :Arial;
	font-size :10pt;
	font-weight :bold;
	color:#ffffff;
	background-color:Transparent;
}



A.editquestion:visited  {color: black; text-decoration: none;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}
A.editquestion:link  {color: black; text-decoration: none;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}
A.editquestion:active  {color: black; text-decoration: none;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}
A.editquestion:hover   {color: black; text-decoration: underline;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}

A.Addlink:visited  {color: blue; text-decoration: none;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}
A.Addlink:link  {color: blue; text-decoration: none;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}
A.Addlink:active  {color: blue; text-decoration: none;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}
A.Addlink:hover   {color: blue; text-decoration: underline;font-size: 8pt;font-family: Arial, Helvetica, sans-serif}

A.Proceed:visited  {color: Navy; font-weight:bold; text-decoration: underline;font-size: 10pt;font-family: Arial, Helvetica, sans-serif}
A.Proceed:link  {color: Navy; font-weight:bold; text-decoration:underline; font-size: 10pt;font-family: Arial, Helvetica, sans-serif}
A.Proceed:active  {color: Navy; font-weight:bold; text-decoration: none;font-size: 10pt;font-family: Arial, Helvetica, sans-serif}
A.Proceed:hover   {color: Navy; font-weight:bold; text-decoration: none;font-size: 10pt;font-family: Arial, Helvetica, sans-serif}

.textbox
{
	width :400px;
	font-family :Arial;
	font-size:10pt;
	font-weight :normal;
}
.textarea
{
	width :250px;
	height :100px;
	font-family :Arial;
	font-size:10pt;
	font-weight :normal;
}
.largetextarea
{
	width :500px;
	height :100px;
	font-family :Arial;
	font-size:10pt;
	font-weight :normal;
}
.smalltextbox
{
	width :250px;
	font-family :Arial;
	font-size:10pt;
	font-weight :normal;
}
