.smltext{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
	color: #22228C;
}

/* used on frontpage news items */
.newsheadtext{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	color: #FFFFFF;
}

.newsheaddatetext{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8px;
	font-style : italic;
	font-weight : normal;
	color: #FFFFFF;
}

#newstablehead{
	border-left: 1px solid #4C44E4;
	border-top: 1px solid #4C44E4;
	border-right: 1px solid #111144;
	border-bottom: 1px solid #111144;
	background-color: #22228C;
	padding-left: 3px;
	padding-right: 3px;
}

#newstablebody{
	border-left: 1px solid #4C44E4;
	border-right: 1px solid #111144;
	border-bottom: 1px solid #111144;
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* end */

.copyright{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	color: #22228C;
	text-decoration: none;
}

.stdtext{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	color: #000000;
	text-decoration: none;
}

.url{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	color: #22228C;
	text-decoration: none;
}

.url:hover{
	text-decoration: underline;
}

/* News page */
.newstitle{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 17px;
	font-style : normal;
	font-weight : bold;
	color: #22228C;
}

.newsauthor{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
	color: #000000;
}
/* End News Page */

/* Webform */

/* Table */

.table{
  	font-family: Verdana, Arial, Helvetica, sans-serif; 
  	font-size: 10px; 
  	font-style: normal; 
  	width: 450px; 
  	border: #ff0000 1px solid; 
  	border-style: solid; 
  	border-width: 1px; 
  	color: #000000 
  	background-color: #ffffff; 
  	padding: 4px;
}

.tabletext{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #22228C; 
	background-color: #DDD3FF; 
	padding-left: 4px;
}

.tableheadertext{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #ffffff; 
	background-color: #22228C; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	padding-left: 4px;  
	border-style: solid; 
	border-width: 1px; 
	border-color: #22228C;
}
