﻿/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
a{
	color: #3c5ba9;
	text-decoration: none; 
	outline:none;   /* Remove dashed frame for IE8,FF  */ 
}
a:hover{
	text-decoration: underline;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}
body{
	color: #333;
	font: normal 11px/21px Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust:none;
}
.loginContainer
{
    border: solid 3px #3c5ba9;
    border-radius: 10px;
}
.bannerText{font:26px 'blackjackregular';letter-spacing: -0.025em;color: #3c5ba9;display:inline-block;text-align:center;padding:0;}
@font-face {
    font-family: 'blackjackregular';
    src: url('../images/font/black_jack-webfont.eot');
    src: url('../images/font/black_jack-webfont.eot?#iefix') format('embedded-opentype'),
         url('../images/font/black_jack-webfont.woff') format('woff'),
         url('../images/font/black_jack-webfont.ttf') format('truetype'),
         url('../images/font/black_jack-webfont.svg#blackjackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}