
@font-face {
    font-family: myFirstFont;
    src: url(fonts/calibri.ttf);
}

@font-face {
    font-family: mySecondFont;
    src: url(fonts/ff_medium.otf);
}

@font-face 
{
	font-family:myThirdFont;
	src:url(fonts/daxmedium.ttf);
	
}

body{
	font-family:myFirstFont;
	color:#777777;
}

.padding_med { padding:30px; text-align:center; }
.padding_med  img {width:140px;height:140px; }

.bold_font { font-weight:bold; }
.white_link { color:#ffffff; }
.grey_link { color:#777777; }

.grey_font { color:#444444; }

.blue_font
{
	color:#265CFF;
}

.dark_red_font
{
	color:#B30000;
}

.white_font
{
	color:#ffffff;
}

.top_menu_padding td 
{
	padding-top:20px;
}

.small_font
{
	font-size:12px;
}

.five_equal_width
{
	width:20%;
}
.gray_bkg
{
	background-color:#777777;
}

.red_bkg
{
	background-color:#B30000;
}

.skb_bkg
{
	background-color:#2693FF;
}

.blue_bkg
{
	background-color:#0059B3;
}

.violet_bkg
{
	background-color:#5900B3;
}

.white_bkg
{
	background-color:#FFFFFF;
}

.orange_bkg
{
	background-color:#D96C00;
}

.sample_bkg
{
	background-color:#686859;
}

.flat_button
{
	border:2px solid #777777;
}

.float 
{
	float:left;
}