
body { 
	font-family: Verdana, Helvetica, sans-serif;
	background: url(/images/bg.jpg) #280001;
}


table { 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px;
}

a.paginglink, a.paginglink:hover, a.paginglink:visited {
	font-size: 13px;
	font-weight: bold;
	color: #0099FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

a.photolink, a.photolink:hover, a.photolink:visited {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 

A
{
    COLOR: red;
    FONT-FAMILY: Arial, Verdana, Helvetica;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}

A:hover
{
    COLOR: #993300;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none
}

.promo_text
{
	font-size: 12px;
	color: #FFF495;
	padding: 0px 0px 0px 0px;
	margin-left: 20px;
}

h3{
	font-size: 16px;
	color: #FFF495;
	padding: 0px 0px 0px 0px;
}

h2{
	font-size: 18px;
	color: #FFF495;
	padding: 0px 0px 0px 0px;
}


/* -- Pager Links START -- **/
a.page_nav:link,
a.page_nav:active,
a.page_nav:visited
{
	color: #FFA059;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

a.page_nav:hover
{
	color: #fff;
}

a.page_nav_active:link,
a.page_nav_active:active,
a.page_nav_active:visited,
a.page_nav_active:hover
{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.page_nav:link, .page_nav:visited, .page_nav_active:link, .page_nav_active:visited
{
	margin-right: 1px;
	padding: 1px 3px 1px 2px;
	color: #404040;
	font-size:10px;
	font-weight: normal;
	text-decoration: underline;
}
/* -- Pager Links END -- **/

/* -- Bottom Menu START -- **/
a.bottom_menu_item:link,
a.bottom_menu_item:visited
{
	color: #c36d28;
}

a.bottom_menu_item:hover
{
	color: #E39d58;
}

a.bottom_menu_item_active:link,
a.bottom_menu_item_active:visited
{
	color: #efefef;
	font-weight: bold;
	text-decoration: none;
}

a.bottom_menu_item_active:hover
{
	color: #cfcfcf;
}

.footer_menu
{
	margin: 4px 0px;
	color: #af2b2b;
	font-size: 10px;
	text-align: right;
}
/* -- Bottom Menu END -- **/

/* -- Form Elements START -- **/
.input_text
{
	margin: 1px;
	border: 1px solid #666;
	padding: 1px;
	font-size: 11px;
}

.submit
{
	border: 1px solid #6f6f6f;
	padding: 1px 2px;
	background: url( '/images/btn_submit.bmp' );
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}

select
{
	margin: 1px;
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #57757f;
}


.select_label
{
	color: #6f6f6f;
	font-style: italic;
}

/* -- Form Elements END -- **/

/* --- Block Elements START --- */

.block_cap
{
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: url( '/images/block_cap_center.gif' );
	text-align: center;	
}

.block_cap_left
{
	background: url( '/images/block_cap_left.gif' );
	float: left;
	width: 5px;
}

.block_cap_right
{
	background: url( '/images/block_cap_right.gif' ) no-repeat top right;
	padding: 3px 3px 3px 3px;
}

.block_body
{
	background: url( '/images/block_body.gif' ) repeat-x;
	background-color: #901616;
	padding: 3px;
}

.block_bottom
{
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 3px 4px;
	background: #901616;
	text-align: right;
}

.block_info
{
	background: url( '/images/info.gif' ) no-repeat 4px 6px;
	border: 1px solid #C06236;
	padding: 10px 6px 6px 6px;
	text-indent: 20px;
	text-align: left;
}

/* --- Block Elements END --- */