/* CSS Document */

.large{
	font-size:12pt;
	font-family:arial;
}
.m_large{
	font-size:11pt;
	font-family:arial;
}
.medium{
	font-size:10pt;
	font-family:arial;
}
.m_small{
	font-size:9pt;
	font-family:arial;
}
.small{
	font-size:8pt;
	font-family:arial;
}
.bold{
 font-weight:bold;
}
a.none-hover {
	text-decoration:none;
}
a.none-hover:hover {
	text-decoration:underline;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.red {
	color:#EA1121;
}
.white {
	color:#fff;
}
.magintop15{
	margin-top:15px;
}