@font-face {
    font-family: 'robotoregular';
    src: url('../webfonts/roboto_regular_macroman/Roboto-Regular-webfont.eot');
    src: url('../webfonts/roboto_regular_macroman/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../webfonts/roboto_regular_macroman/Roboto-Regular-webfont.woff') format('woff'),
url('../webfonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf') format('truetype'),
url('../webfonts/roboto_regular_macroman/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
body,td,th {
	font-family: robotoregular, Arial, Helvetica, sans-serif;
}

html body div h1 h2 h3 h4 h5 h6 p ul li {  font-family: 'robotoregular', Arial, Helvetica, sans-serif;  }


a:link {
	text-decoration:none;
	color:#F00;
}
a:hover {
	text-decoration:none;
	color:#F00;
}
a:active {
	text-decoration:none;
	color:#F00;
}
a:visited {
	text-decoration:none;
	color:#F00 !important;
}