.mybold {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}
.myboldgrey{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:grey;
}
.mynormal {
	font-family:arial;
	font-size:12px;
}
.mygrey {
	font-family:arial;
	font-size:12px;
	color:grey;
}
.mytext {
	font-family:arial;
	font-size:12px;
	color: #666666;
}
.myheading {
	font-family:arial;
	font-size:40px;
	font-weight:bold
}
.myregistered {
	font-family:times-roman;
	font-size:20px;
	font-weight:bold
}
.myheading2 {
	font-family:arial;
	font-size:20px;
	font-weight:bold
}
.mystatement {
	font-family:arial;
	font-size:18px;
	color:#243354;
}
.mylistheading {
	font-family:arial;
	font-size:14px;
	font-weight:bold
}
.mylistitems {
	font-family:arial;
	font-size:12px;
	color:#243354;
}
.myscroll {
	height: 50px;
	width: 165px;
	border: none; 
	overflow: -moz-scrollbars-vertical; 
	overflow-x: hidden; 
	overflow-y: scroll;
	white-space: pre-wrap; /* css-3 */ 
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ 
	white-space: -pre-wrap; /* Opera 4-6 */ 
	white-space: -o-pre-wrap; /* Opera 7 */ 
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	vertical-align: top;
}
.mycopy {
	font-family:arial;
	font-size:10px;
}
.myhover {
	font-family:arial;
	font-size:12px;
	color:white;
	background-color:blue;
}