/* CSS Document */
html,body   { color: #c0c0c0; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0 }

/*========Fonts/Text========*/
td,tr,p,div
	 { color: #c0c0c0; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 20px; text-decoration: none; margin: 0 }

a,a:link,a:visited 
	{
	color: #AFAFAF;
	Text-decoration: none;
	Font-size: 12px;
	font-weight: normal;
	font-family: Verdana,  Arial, Helvetica, sans-serif;
}
a:hover 
	{
	color: #DAA520;
	Text-decoration: none;
	Font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul,li{
	padding:0px;
	margin:0px;
	list-style:none;

}

ul li{
	background-image:url(images/main/listarrow.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	vertical-align:middle;
	padding-left:10px;
	margin-left:3px;
}

h1{
	color: #F6EA91;
	font-weight:bold;
	font-size:12px;
	}

.font_yellow { color: #ffd20b; font-size: 12px; font-weight: bold }

.onepxsmaller { font-size: 11px }
.twopxsmaller { font-size: 10px }
.onepxlarger { font-size: 13px }
.twopxlarger { font-size: 14px }
.threepxlarger { font-size: 15px }
.fourpxlarger { font-size: 16px
 }
/*========Boxes========*/
input,textarea,select  { color: #696969; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 20px; text-decoration: none; text-indent: 2px; border: solid 1px #e79a09 }
input{
	height:20px;
}

.select,.iniput{
	color: #666666;
	text-decoration: none;
	border: 1px solid #F6EA91;
	line-height:20px;
	text-indent:2px;
	height:18px;
}

/*========Main========*/
.top_bg{
	background:url(images/main/top_bg.jpg) repeat-y left top;
}

#left_bg{
	background:url(images/main/left_bg.jpg) no-repeat right top;
}

#right_bg{
	background:url(images/main/right_bg.jpg) no-repeat left top;
}

#logo_bg{
	background:url(images/main/cell-bg-left.jpg) no-repeat left top;
}

.layout_bg_line { background: url(images/main/frame-bg-line740.jpg) repeat-y left top }

.layout_left { background: url(images/main/frame-left.jpg) no-repeat right top; height: 258px }

.layout_right { background: url(images/main/frame-right.jpg) no-repeat left top; height: 258px }

.layout_bg { background-color: #000; background-repeat: no-repeat; background-attachment: scroll; background-position: right top; padding: 19px 19px 0; border: solid 1px #4f4f4f }

.layout_bg_sub { padding: 19px 30px 0 19px; border: solid 1px #4f4f4f }

.title_padding{
	padding-bottom:12px;
}
