body
	{
		margin: 0;
		padding: 0;
		background: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
	}

a:link, a:visited
	{
		color: #2081b8;
		font-weight: bold;
		text-decoration: underline;
	}

a:hover
	{
		color: #2081b8;
		font-weight: bold;
		text-decoration: none;
	}


a.nav1_links:link, a.nav1_links:visited
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		background: #4b626f;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		padding: 4px 7px 4px 7px;
		margin: 0 5px 0 0;
	}

a.nav1_links:hover
	{
		color: #ffeecc;
		text-decoration: none;
	}

.banner_bg
	{
		background: url(../images/banner_bg.jpg);
		background-repeat: repeat-x;
		height: 249px;
	}

.nav2_bg
	{
		background: url(../images/nav2_bg.jpg);
		background-repeat: repeat-x;
		height: 35px;
		color: #000000;
		text-align: center;
		font-size: 12px;
		text-transform: uppercase;
	}

a.nav2_links:link, a.nav2_links:visited
	{
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}

a.nav2_links:hover
	{
		color: #004873;
		text-decoration: none;
	}

.login_bg
	{
		background: url(../images/login_bg.jpg);
		background-repeat: no-repeat;
		height: 27px;
		padding: 4px;
	}

.login_box_bg
	{
		background: url(../images/login_box_bg.jpg);
		background-repeat: no-repeat ;
		width: 120px;
		height: 21px;
		padding: 1px 1px 1px 1px;
		border: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}

.registration_text
	{
		font-size: 14px;
		font-weight: bold;
	}

a.registration_links:link, a.registration_links:visited
	{
		color: #FFFFFF;
		text-decoration: none;
	}

a.registration_links:hover
	{
		color: #FFFFFF;
		text-decoration: underline;
	}

.news_bg
	{
		background: url(../images/news_bg.jpg);
		background-repeat: no-repeat;
		height: 83px;
		padding: 8px;
		color: #6a6b6b;
		font-size: 11px;
	}

.news_heading
	{
		font-size: 18px;
		color: #006fae;
	}

.party_date_bg
	{
		background: url(../images/party_date_bg.jpg);
		
	}

.footer_bg
	{
		background: url(../images/footer_top_bg.gif);
		background-repeat: repeat-x;
		height: 146px;
		font-size: 11px;
		line-height: 20px;
	}

a.footer_links:link, a.footer_links:visited
	{
		font-weight: normal;
		color: #FFFFFF;
		text-decoration: none;
	}

a.footer_links:hover
	{
		color: #b3d1e0;
		text-decoration: none;
	}

.copyright_text
	{
		font-size: 11px;
		text-align: center;
		line-height: 36px;
	}

