
body
	{
	background: #EAE7d8 url("../images/background_fill.gif") repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
table
	{
	}
		
tr
	{
	}
	.tr_menu_link_selected
	{
	background: url("../images/menu_link_over.gif") repeat-x;
	cursor: pointer;
	}
	.tr_menu_link_over
	{
	background: #CCCCCC;
	cursor: pointer;
	}
	.tr_menu_link_out
	{
	cursor: pointer;
	}
		
td
	{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	color: 303030;
	}
	.td_heading_1
		{
		/* font-family: Times New Roman; */
		/*font-style: italic;*/
		font-weight: bold;
		font-size: 32px;
		padding: 0px;
		/*line-height: 32px;*/
		letter-spacing: -2px;
		text-shadow: 0px 1px 0px #FFFFFF;
		}
	.td_heading_2
		{
		/*font-family: Times New Roman;*/
		/*font-style: italic;*/
		font-weight: bold;
		font-size: 24px;
		padding: 0px;
		/*line-height: 24px;*/
		letter-spacing: -1px;
		text-shadow: 0px 1px 0px #FFFFFF;
		}
	.td_heading_3
		{
		/*font-family: Times New Roman;*/
		/*font-style: italic;*/
		font-weight: bold;
		font-size: 16px;
		padding: 0px;
		/*line-height: 24px;*/
		letter-spacing: -1px;
		}
	
	.td_sub_heading_1
		{
		/*font-family: Times New Roman;*/
		font-style: italic;
		font-weight: normal;
		font-size: 14px;
		color: #DE6B6E;
		/*line-height: 14px;*/
		letter-spacing: 0px;
		text-shadow: 0px 1px 0px #FFFFFF;
		}
	.td_sub_heading_2
		{
		/*font-family: Times New Roman;*/
		font-style: italic;
		font-weight: normal;
		font-size: 12px;
		color: #DE6B6E;
		/*line-height: 12px;*/
		letter-spacing: 0px;
		text-shadow: 0px 1px 0px #FFFFFF;
		}
	.td_bottom_nav
		{
		background: #E1DCC9;
		padding: 5px;
		}
	.td_menu_holder_fill
		{
		background: #E0E0E0 url("../images/menu_holder_fill.gif") repeat-x;
		}
	.td_white_shadow_tl
		{
		background: url("../images/ws_tl.png") right bottom no-repeat;
		width: 4px;
		height: 4px;
		}
	.td_white_shadow_t
		{
		background: url("../images/ws_t.png") bottom repeat-x;
		height: 4px;
		}
	.td_white_shadow_tr
		{
		background: url("../images/ws_tr.png") left bottom no-repeat;
		width: 4px;
		height: 4px;
		}
	.td_white_shadow_l
		{
		background: url("../images/ws_l.png") right repeat-y;
		width: 4px;
		}
	.td_white_shadow_r
		{
		background: url("../images/ws_r.png") left repeat-y;
		width: 4px;
		}
	.td_white_shadow_br
		{
		background: url("../images/ws_br.png") left top no-repeat;
		width: 4px;
		height: 4px;
		}
	.td_white_shadow_b
		{
		background: url("../images/ws_b.png") top repeat-x;
		height: 4px;
		}
	.td_white_shadow_bl
		{
		background: url("../images/ws_bl.png") right top no-repeat;
		width: 4px;
		height: 4px;
		}
	.td_publications_img_holder
		{
		}
	.td_sub_menu_normal
		{
		font-size: 12px;
		color: #FFFFFF;
		background: url(../images/sub_menu_sprite.png); 
		width: 130px;
		height: 33px; 
		background-position: 0px 0px;
		cursor: pointer;
		text-shadow: 0px 1px 0px #303030;
		line-height: 12px
		}
	.td_sub_menu_over
		{
		font-size: 12px;
		color: #FFFFFF;
		background: url(../images/sub_menu_sprite.png); 
		width:130px;
		height:33px; 
		background-position:0px -33px;
		cursor: pointer;
		text-shadow: 0px 1px 0px #303030;
		line-height: 12px
		}
	.td_sub_menu_click
		{
		font-size: 12px;
		color: #FFFFFF;
		background: url(../images/sub_menu_sprite.png); 
		width:130px;
		height:33px; 
		background-position:0px -66px;
		cursor: pointer;
		text-shadow: 0px 1px 0px #303030;
		line-height: 12px
		}
			

div
	{
	}
	.div_image_button{
		background-image: -webkit-gradient(
		    linear,
		    left bottom,
		    left top,
		    color-stop(1, #15C4D1),
		    color-stop(0, #12B6C5)
		);
		background-image: -moz-linear-gradient(
		    center bottom,
		    #15C4D1 100%,
		    #12B6C5 0%
		);
	}
	.div_image_button{
		display: inline-block;
		padding: 2px 10px;
		border: 1px solid #10ADBE;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFF;
		text-shadow: 0 1px 0 #10ADBE;
		cursor: pointer;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		position: relative;
		top: 5px;
	}
	
	.div_image_button:hover {
		box-shadow: inset 0 0 5px #10ADBE; 
		-moz-box-shadow: inset 0 0 5px #10ADBE;
		-webkit-box-shadow: inset 0 0 5px #10ADBE;
	}

	.div_member
		{
		position: relative;
		width: 661px;
		height: 70px;	
		}
	.div_title
		{
		position: relative;
		color: #FFFFFF;
		width: 631px;
		}
	.div_icon_holder
		{
		position: relative;
		width: 219px;
		height: 79px;
		top: 15px;
		right: 135px;
		float: right;
		}
	.div_girls
		{
		position: relative;
		}
	.div_menu_holder
		{
		position: relative;
		/* top: -85px; */
		width: 256px;
		}
	.div_ad_holder
		{
		position: relative;
		/* top: -75px; */
		width: 256px;
		
		}
	.div_menu_header
		{
		width: 236px;
		position: relative;
		left: 5px;
		border: 1px solid #CCCCCC;
		}
	.div_menu_links
		{
		position: relative;
		}
	.div_menu_link_border
		{
		width: 100%;
		border-bottom: 1px dotted #303030;
		}

span
	{
	}
	.span_title_text
	{
	display: block;
	padding-top: 5px;
	text-shadow: 0px 1px 0px #0198B5;
	}
	.span_menu_link_out
		{
		font-size: 11px;
		position: relative;
		top: -1px;
		left: 5px;
		text-shadow: 0px 1px 0px #FFFFFF;
		}
	.span_menu_link_over
		{
		font-size: 11px;
		position: relative;
		top: -1px;
		left: 5px;
		color: #FFFFFF;
		text-shadow: 0px 1px 0px #303030;
		}
	.span_sub_menu_out
		{
		font-size: 11px;
		cursor: pointer;
		display: block;
		padding: 2px;
		}
	.span_sub_menu_over
		{
		font-size: 11px;
		color: #CCCCCC;
		cursor: pointer;
		display: block;
		padding: 2px;
		}
	.span_link_out
		{
		color: #DE6B6E;
		cursor: pointer;
		}
	.span_link_over
		{
		color: #E5B8B0;
		cursor: pointer;
		}
	.span_bottom_nav_out
		{
		font-size: 9px;
		cursor: pointer;
		}
	.span_bottom_nav_over
		{
		color: #ACA89B;
		font-size: 9px;
		cursor: pointer;
		}

select
	{
	}

textarea
	{
	}

input
	{
	}

img
	{
	cursor: default;
	}	
	.img_click
		{
		vertical-align: middle;
		cursor: Pointer;
		}
	.img_publications
		{
		max-width: 75px;
		border: 5px solid #FFFFFF;
		cursor: Pointer;
		}
		
a	{
	text-decoration: none;
	cursor: pointer;
	}
a:link
	{
	color: #DE6B6E;	
	}
a:hover
	{	
	color: #E5B8B0;
	}
hr 
	{
	border : none;
	border-top : solid 5px #E1DCC9;
	height : 5px;
	}
	.hr_thin
		{
		border : none;
		border-top : solid 5px #E1DCC9;
		height : 2px;
		}
		

