.b {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	border: 1px dotted #000000;
}
.b a:link, .b a:visited {
	color: #0000FF;
	text-decoration: none;
}
.b a:active, .b a:hover {
	text-decoration: underline;
}

.m1 {
	margin-left: 60px;
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
.m1 a:link, .m1 a:visited, .m1 a:active {
	color: #000099;
}

.m2 {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #222222;
	line-height:21px;
}

.m3 {
	margin-left: 60px;
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 700;
}
.m3 a:link, .m3 a:visited, .m3 a:active {
	color: #000099;
}

.m4 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #222222;
	line-height:21px;
}



.s1 {
	font-family: 'Roboto', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 500;
}
.s1 a:link, .s1 a:visited, .s1 a:active {
	color: #000099;
}
.s1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003399;
}

.s2 {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: 500;
}

.f {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #666;
}
.f a:link, .f1 a:visited, .f1 a:active {
	color: #666;
}

.main{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	padding:0.15em;
}

.main2{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #444444;
	font-weight:bold;
}

.bigger{
	font-family: Georgia, Tahoma, Arial, sans-serif;
	font-size: 22pt;
	color: #222222;
}

.main3{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #444444;
	font-weight:bold;
}

.main3 a:link, .main3 a:visited, .main3 a:active {
	color: #0066CC;
	font-weight:bold;
}

.btn {
	font-family: 'Roboto', sans-serif;
    padding: 10px 15px;
    margin: 0px 0px 0px 50px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    text-decoration: none;
}
.btn:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.btn:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}