﻿body
{
	background-color: #e2e0d2;
	margin: 0px;
}

table
{
	border-collapse: collapse;
	font-size: 11px;
	font-family: Arial;
	text-align: justify;
}

a
{
	color: #ff9700;
	text-decoration: none;
}

.textlink
{
	color: #ff9700;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline
}

input
{
	font-size: 11px;
}

textarea
{
	font-family: Arial;
	font-size: 11px;
}

.contentBg
{
	background-color: #ffffff;
}

.footerText
{
	color: #444444;
}

.colorText
{
	color: #778817;
}

.colorText_red
{
	color: #ff0000;
}

.colorText_black
{
	color: #000000;
}

.highlight
{
	color: #ff9700;
}

.strongHighlight
{
	color: #ff9700;
	font-weight: bold;
}

.hairline
{
	height: 1px;
	background-color: #cccccc;
}

.hairline1
{
	height: 1px;
	background-color: #E6C5B0;
}

.formHeading
{
	font-weight: bold;
	color: #6d6d6d;
}

.md-title
{
	color: #f0efef;
	background-color: #FF9700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-color: black black #E6C5B0;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px
}

.md-content
{
	font-family: Arial;
	font-size: 11.5px;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left:1px solid #E6C5B0;
	border-right:1px solid #E6C5B0;
	border-top:0px solid black;
	border-bottom:3px solid #E6C5B0;
}

.cellAngle{
	border-left:0px solid black;
	border-right:0px solid black;
	border-top:0px solid black;
	border-bottom:1px solid #E6C5B0;
	background-image: url('images/career/angle.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

a.md-link:link
{
	color: #635826;
	text-decoration: none;
}

a.md-link:visited
{
	color: #635826;
	text-decoration: none;
}

a.md-link:hover
{
	color: #f0efef;
	text-decoration: underline;
}

.link_page
{
	color:#635826;
	padding:3px;
}

.link_page a:link link_page a:visited
{
	color:#635826;
	padding:3px;
}

.link_page a:hover
{
	color: #f0efef;
	background-color:#999999;
	text-decoration: underline;
}
