/* CSS Document */
body {
	background-color: #434343;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
th,td{	
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

.content {
	background:#ffffff url(../images/bg_content.gif) repeat-y;
}

.titles {
	background:#ffffff;
	height:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#4C4617;
	vertical-align:middle;
	padding:11px 0 0 14px;	
}
.title_video{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#4C4617;
	vertical-align:middle;
	padding:25px 0 0 14px;	
}
.titles_2_lines {
	background:#ffffff;
	height:49px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#4C4617;
	vertical-align:middle;
	padding:14px 0 0 14px;	
}

.copy {
	padding:11px 13px 39px 14px;
}

li {
	margin-left:14px;
}

/*///////////////form/////////////////////*/
.input {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background:#F6F5E1;
	border:1px solid #AAA569;
	margin-left:10px;
	height:17px;
	width:210px;
}
select {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight:bold;
	background:#F6F5E1;
	border:1px solid #AAA569;
	margin-left:10px;
	height:20px;
	width:210px;
}

.td_form {
	height:32px;
	width:230px;
	text-align:right;
}

.move_txt_form{
padding-left:15px;
}
/*///////////////video///////////////////////*/

.bg_frame_video {
 	background: url(../images/bg_frame_video.gif) no-repeat;
  height:440px; 
	width:481px;
 }
 
 /*///////////left/////////////////*/
 .top_box_left{
 	background: url(../images/left_box_top.gif) no-repeat;
 	width:245px;
	height:39px;	
 }
 
 .titles_box_left_green{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#1B593D;
	padding:12px 0 0 20px;	
 }
  .titles_box_left_red{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#D31900;
	padding:12px 0 0 20px;	
 }
 
 .bg_box_left{
 	background: url(../images/left_box_bg.gif);
	margin:0 0 10px 5px; 			
 }
 
  .bg_topback{
	background: url(../images/header_table.jpg);
	margin:0 0 0px 0px;
	background-repeat: no-repeat;
 }
 
 /*///////////////////footer////////////////////*/
 .footer { 
	background:url(../images/footer.gif);
	width:750px;
	height:70px;
	text-align:center;
	}
	.footer_text{
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	padding-top:20px;
	}
