body{
	font: normal 12px arial, helvetica, sans-serif;
	padding:10px;
}
img{
    max-width: 100%;
}
.mb3{
	margin-bottom:3px;
}
.mt3{
    margin-top:3px;
}
.mb5{
	margin-bottom:5px;
}
.mt5{
    margin-top:5px;
}
.mb10{
	margin-bottom:10px;
}
.mt10{
    margin-top:10px;
}
.mb15{
	margin-bottom:15px;
}
.announceTitle{
	font-size:14px;
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#0058B6;
}
a img{
	border:0px;
}
.flR{
	float:right;
}
.flR10{
	float:right;
	margin-left:10px;
}
.flL10{
	float:left;
	margin-right:10px;
}
.alert{
	font-weight:bold;
	color:red;
	font-size:16px;
}
hr{
	border:1px solid black;
	color:black;
}
.center{
    text-align: center;
}
label{
    display:inline-block; margin-bottom:3px; font-weight:bold; font-size:14px;
}

select, input, textarea{
	font: normal 11px arial, helvetica, sans-serif;
}

textarea, input[type=text], input[type=password]{
	border:1px solid #cccccc;
	padding:3px;
	border-radius:5px;
}

select {
             border:1px solid #cccccc;
             padding:3px;
             border-radius:5px;
             background-color: #F8F8F8;
        }