body
	{
		margin: 0px;
		padding: 0px;
		background: url(../images/bg.jpg);
		background-repeat: repeat;
		font-family: Tahoma, Verdana;
		font-size: 14px;
		color: #FFFFFF;
	}

a.footer_link1:link, a.footer_link1:visited
	{
		font-family: Tahoma, Verdana;
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: underline;
	}

a.footer_link1:hover
	{
	font-family: Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

.footer_text2
	{
		font-family: Tahoma, Verdana;
		font-size: 10px;
		color: #8083A9;
		line-height: 18px;
	}

a.footer_link2:link, a.footer_link2:visited
	{
		font-family: Tahoma, Verdana;
		font-size: 10px;
		color: #8083A9;
		text-decoration: underline;
	}

a.footer_link2:hover
	{
		font-family: Tahoma, Verdana;
		font-size: 10px;
		color: #8083A9;
		text-decoration: none;
	}

.footer_text3
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #8083A9;
		line-height: 18px;
	}

.input_box_class
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #333333;
		background: #FFFFFF;
		width: 150px;
		margin: 0px;
		padding: 1px 2px 1px 2px;
		border-bottom: 1px solid #666666;
		border-right: 1px solid #666666;
	}

.list_box_class
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #333333;
		background: #FFFFFF;
		margin: 0px;
		padding: 1px 2px 1px 2px;
		border-bottom: 1px solid #666666;
		border-right: 1px solid #666666;
	}

.text_area_class
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #333333;
		background: #FFFFFF;
		width: 150px;
		height: 75px;
		margin: 0px;
		padding: 1px 2px 1px 2px;
		border-bottom: 1px solid #666666;
		border-right: 1px solid #666666;
	}

.submit_btn
	{
		background: url(../images/submit_btn.gif);
		background-repeat: no-repeat;
		height: 16px;
		width: 59px;
		border: 0px;
		margin: 0px;
	}


.reset_btn
	{
		background: url(../images/reset_btn.gif);
		background-repeat: no-repeat;
		height: 16px;
		width: 58px;
		border: 0px;
		margin: 0px;
	}

a.body_link_text:link, a.body_link_text:visited
	{
		font-family: Tahoma, Verdana;
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: underline;
	}

a.body_link_text:hover
	{
		font-family: Tahoma, Verdana;
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: none;
	}

.new_bg_mission
	{
		background: url(../images/new_bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		height: 409px;
		text-align: center;
	}

.img_left
	{
		padding: 0px 15px 10px 0px;
	}

.img_right
	{
		padding: 0px 0px 10px 15px;
	}
	
	
.border_color
	{
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		font-family: Tahoma;
		font-size: 12px;
		color: #FFFFFF;
		padding: 5px 2px 5px 2px;
	}
	
	
.border_color02
	{
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		font-family: Tahoma;
		font-size: 12px;
		color: #FFFFFF;
		padding: 5px 2px 5px 2px;
	}
	
	
.border_color03
	{
		border-top: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		font-family: Tahoma;
		font-size: 12px;
		color: #FFFFFF;
		padding: 5px 2px 5px 2px;
	}