/* CSS Document */
body{
	margin:0;
}
.top-bg{
	background:url(../images/bg-1.jpg);
	background-repeat:repeat-x;
}

.top-text{
	color:#FFFFFF;
	font-family:Calibri;
	font-weight:bold;
	font-size:10pt;
}

.text-white-medium{
	color:#FFFFFF;
	font-family:Calibri;
	font-weight:bold;
	font-size:16pt;
}
.text-white-large{
	color:#FFFFFF;
	font-family:Calibri;
	font-weight:bold;
	font-size:24pt;
}

.text-yello-large{
	color:#ffff00;
	font-family:Calibri;
	font-weight:bold;
	font-size:30pt;
}
.text-box {
	font-family: Calibri;
	font-size: 13px;
	border: 5px double #ffff00;
}

.top-text2{
	color:#000000;
	font-family:Calibri;
	font-weight:bold;
	font-size:15pt;
}

.top-menu-text{
	color:#000000;
	font-family:"Arial Narrow";
	font-weight:bold;
	font-size:11pt;
	text-decoration:none;
}

.text-large{
	color:#000000;
	font-family:"Arial Black";
	font-size:47pt;
	text-decoration:none;
}

.text-footer{
	color:#10253f;
	font-family:Calibri;
	font-size:11pt;
	text-decoration:none;
}

