/* CSS Document */

body			{

background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(images/bg_main.jpg);
background-repeat: repeat-x;
	
}

/* -------------- Body Links -------------------------------*/

a:link			{

font-family: tahoma, verdana, arial, helvetica;
font-size: 11px;
color: #ffffff;
text-decoration: none;

}

a:visited		{

font-family: tahoma, verdana, arial, helvetica;
font-size: 11px;
color: #ffffff;
text-decoration: none;

}

a:hover			{

font-family: tahoma, verdana, arial, helvetica;
font-size: 11px;
color: #ffffff;
text-decoration: underline;

}

a.body:link			{

font-family: tahoma, verdana, arial, helvetica;
font-size: 11px;
color: #161a4f;
text-decoration: none;

}

a.body:visited		{

font-family: tahoma, verdana, arial, helvetica;
font-size: 11px;
color: #161a4f;
text-decoration: none;

}

a.body:hover			{

font-family: tahoma, verdana, arial, helvetica;
font-size: 11px;
color: #161a4f;
text-decoration: underline;

}

a.bodybold:link			{

font-family: tahoma, verdana, arial, helvetica;
font-size: 11px;
color: #161a4f;
text-decoration: none;
font-weight: bold;

}

a.bodybold:visited		{

font-family: tahoma, verdana, arial, helvetica;
font-size: 11px;
color: #161a4f;
text-decoration: none;
font-weight: bold;

}

a.bodybold:hover			{

font-family: tahoma, verdana, arial, helvetica;
font-size: 11px;
color: #161a4f;
text-decoration: underline;
font-weight: bold;

}

/* -------------- Body Container ---------------------------*/

.content_hldr		{

border-left: solid 5px #161a4f;
border-right: solid 5px #161a4f;

}

.background_nav		{

background-image: url(images/corners_bg_nav.jpg);
background-repeat: repeat-x;
font-family: tahoma, verdana, arial, helvetica;
font-size: 11px;
color: #ffffff;
text-decoration: none;

}

.background_footer	{

background-image: url(images/corners_bg_footer.jpg);
background-repeat: repeat-x;
font-family: tahoma, verdana, arial, helvetica;
font-size: 11px;
color: #ffffff;
text-decoration: none;

}

.background_white	{

background-color: #ffffff;

}

.background_navbar	{

background-color: #1f2255;

}

.background_repeated	{

background-color: #161a4f;
font-size: 5px;

}

.background_headingtabs	{

background-image: url(images/bg_headingtabs.jpg);
background-repeat: repeat-y;
font-family: tahoma, verdana, arial, helvetica;
font-size: 11px;
color: #ffffff;
text-decoration: none;

}

.heading_tab			{

position: relative;
left: 20px;
top: 20 px;
bottom: 20 px;
right: 20px;
width: 132px;

}

/* -------------- Text Classes ---------------------------*/

.magenta_txt		{
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 11px;
	color: #161a4f;
	text-decoration: none;
	text-align: justify;

}

.white_txt		{

font-family: tahoma, verdana, arial, helvetica;
font-size: 11px;
color: #ffffff;
text-decoration: none;

}

.junk			{

font-size: 5px;

}
a.home:link			{

font-family: tahoma, verdana, arial, helvetica;
font-size: 14px;
color: #ffffff;
text-decoration: none;
font-weight: bold;

}

a.home:visited		{

font-family: tahoma, verdana, arial, helvetica;
font-size: 14px;
color: #ffffff;
text-decoration: none;
font-weight: bold;

}

a.home:hover			{

font-family: tahoma, verdana, arial, helvetica;
font-size: 14px;
color: #ffffff;
text-decoration: underline;
font-weight: bold;

}
