body {
	background-image: url(images/bg.jpg); 
	background-attachment:fixed; -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: 100%;;
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0px;
	background-color: #3969d7;
}

::-moz-selection {
background:#f24c15;
color:#fff;
}

::selection {
background:#f24c15;
color:#fff;
}




.main_text
{
	font-family: Book Antiqua;
	font-size: 15px;
	text-decoration:;
	line-height:25px;
	color: #a30004;
}

.main_text2
{
	font-family: Book Antiqua;
	font-size: 14px;
	text-decoration:;
	color: #a30004;
}

.main_text3
{
	font-family: Book Antiqua;
	font-size: 14px;
	font-weight:bold;
	text-decoration: ;
	color: #de2725;
}

.main_textbold
{
	font-family: Book Antiqua;
	font-size: 15px;
	text-decoration:;
	line-height:25px;
	font-weight:bold;
	color: #a30004;
}


.main_head
{
	font-family: Book Antiqua;
	font-size: 30px;
	text-decoration: ;
		font-weight:bold;

	color: #de2725;
}

.sub_head
{
	font-family: Book Antiqua;
	font-size: 16px;
	text-decoration: ;
	font-weight:bold;
	color: #FF3300;
}


.footer_text
{
	font-family: Book Antiqua;
	font-size: 13px;
	text-decoration:;
	color: #fff;
}




/* links*/
a:link, a:visited {text-decoration: none; color: #CC6600 ;}
	a:hover, a:active {text-decoration: none; color:#ff5618;}

a:link.footer, a:visited.footer {text-decoration: none;color: #ededed;}
a:hover.footer {text-decoration:underline;}

a:link.more, a:visited.more {float:right;color: #CCCCCC;text-decoration: none; padding:2px 4px 2px 4px; background-color:#2d2d2d;}
a:hover.more {color: #FFFFFF; text-decoration:none;}

