/* CSS Document */
td
{
	font-family: arial;
	line-height: 1.9;
	font-size: 10.5;
}
.menu
{
	color: #FFFFff; 
	font-size: 10px; 
	font-family: tahoma;
	text-decoration:none;  
	font-weight:bold;
	padding-left:6;
	padding-right:2;
	text-align:center;
	vertical-align:middle;
	letter-spacing:1;
	/*background-color:Lime;*/
	table-layout:auto;
	border-color:Lime;
}
a
{
	font-size:11px;
	color: #346179;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: green;
	text-decoration: underline;
}

a.yellow:hover
{	
	color: green;
	text-decoration: underline;
}

a.big
{
	font-size:12px;
	color: #346179;
	text-decoration: none;
	font-weight: bold;
}
a.big:hover
{
	font-size:12px;
	color: green;
	text-decoration: underline;
	
}

.SelectedbgColor
{
	background-color: #747476;
}

.title1
{
	font-family: verdana; /*line-height: 1.5;*/
	font-size: 11;
	font-weight: bold;
	color: #346179;
	text-decoration: none;
}

.title
{
	font-family: verdana; /*line-height: 1.5;*/
	font-size: 10;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.titlebig
{
	font-family: verdana; /*line-height: 1.5;*/
	font-size: 11;
	font-weight: bold;
	color: 000000;
	text-decoration: none;
}

.aboutustext
{
	color: #535353;
	font-size: 11px;
	font-family: tahoma;
	line-height: 1.5;
}


.titlelittlebig
{
	font-family: tahoma; /*line-height: 1.5;*/
	font-size: 12;
	color: 000000;
	text-decoration: none;
}

.titledarkblue
{
	font-family: verdana; /*line-height: 1.5;*/
	font-size: 10;
	font-weight: bold;
	color: darkblue;
	text-decoration: none;
}

.titleColored
{
	font-family: verdana; /*line-height: 1.5;*/
	font-size: 10;
	font-weight: bold;
	background-color: #747476;
	text-decoration: none;
	cursor: hand;
}

.mytext
{
	font-family: arial;
	line-height: 1.5;
	font-size: 10.5;
	color: #000000;
}

.smalltext
{
	font-family: arial;
	line-height: 1.5;
	font-size: 10;
	color: #000000;
}

.date
{
	font-family: verdana;
	font-size: 10;
	line-height: 1.4;
	font-weight: bold;
	color: 000000;
}

.myinput
{
	width: 120;
	font-family: arial;
	font-size: 10;
	height: 18;
}

.careerheader
{
	font-family: Verdana;
	font-size: 9;
	color: #000000;
	font-weight: bold;
}

.WhiteH
{
	text-decoration: none;
	font-size: 7.5pt;
	color: #ffffff;
	font-family: tahoma;	
	cursor: hand;
	font-weight:600;
}

.YellowH
{
	text-decoration: none;
	font-size: 7.5pt;
	color: yellow;
	font-family: tahoma;	
	cursor: hand;
	font-weight:600;
}

.ColoredH
{
	text-decoration: none;
	font-size: 7.5pt;
	color: #ffffff;
	font-family: tahoma;
	cursor: hand;
	background-color: #747476;
	font-weight:600;
}

hr
{
	border-style: dotted;
	color: 000000;
	line-height: 1;
}

a.PortalLink:link {
	color:white;
}

a.PortalLink:visited {
	color:white;
}

a.PortalLink:active {
	color:black;
}