
@font-face {
    font-family: 'lato';
    src: url('../fonts/embedded/lato-regular-webfont.eot');
    src: url('../fonts/embedded/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/embedded/lato-regular-webfont.woff') format('woff'),
         url('../fonts/embedded/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/embedded/lato-regular-webfont.svg#lato-regularRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/embedded/lato-bold-webfont.eot');
    src: url('../fonts/embedded/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/embedded/lato-bold-webfont.woff') format('woff'),
         url('../fonts/embedded/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/embedded/lato-bold-webfont.svg#lato-regularBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-light';
    src: url('../fonts/embedded/lato-light-webfont.eot');
    src: url('../fonts/embedded/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/embedded/lato-light-webfont.woff') format('woff'),
         url('../fonts/embedded/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/embedded/lato-light-webfont.svg#lato-regularlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




table, div, ul, li, img, tr, td, th, ol, hr, input, select {
	font-family:  Lato, arial, tahoma, Helvetica, sans-serif;
	border-collapse: separate;
	font-size: 16px;
	color: #404040;
	-webkit-font-smoothing: antialiased;
}


.s1 {
	font-size: 110%;
	color: #000000;
	font-weight: 60;
}


a, a:link, a:visited {
	color: #336699;
	cursor: pointer;
	text-decoration: none;
}

h1 {
	color: #000000;
	font-size: 200%;
	font-weight: 60;
}





.apptabon {
	color: #ffffff;
	font-weight: bold;
	border-bottom: solid 1px #6699cc;
	font-size: 12px;
	background: green;
	height: 0px;
	padding: 20px;
	text-transform: capitalize;
	text-align: center;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0px 0px;

}

.apptabon a {
	color: #ffffff !important;
}

.apptaboff {
	color: #0a0a0;
	font-weight: bold;
	border: solid 1px #e0e0e0;
	font-size: 12px;
	background: #f0f0f0;
	height: 0px;
	margin: 10px;
	padding: 20px;
	border: 1px;
	text-transform: capitalize;
	text-align: center;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0px 0px;

}


.apptaboff a {
	color: #000000 !important;
}





