/*** Common ***/
/**html,body,form{
  scrollbar-base-color: #2b3053;
  scrollbar-track-color: #2b3053;
  scrollbar-darkshadow-color: #2b3053;
  scrollbar-shadow-color: #2b3053;
  scrollbar-3dlight-color: #2b3053;
  scrollbar-highlight-color: #2b3053;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-face-color: #7a7fa1;
}**/

/*** Font Style ***/
body, td, p, ul, ol {
	font-family: Arial,;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	text-align:justify
	
}
.White {
	font-family: Arial,;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
	text-align:justify
	
}
.BrowseJob {
	font-family: Arial,;
	font-size: 12px;
	color: #006ed7;
	line-height: 20px;
	text-align:left;
}
.Blue {
	font-family: Arial,;
	font-size: 12px;
	color: #006ed7;
	line-height: 20px;
	text-align:left;
}
.BlackBold {
	font-family: Arial,;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	font-weight:bold;
}
.BlueHeader {
	font-family: Arial,;
	font-size: 14px;
	color: #0068be;
	line-height: 20px;
	font-weight:bold;
}
.WhiteBold {
	font-family: Arial,;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight:bold;
}
.BlueBold {
	font-family: Arial,;
	font-size: 12px;
	color: #00519e;
	line-height: 20px;
	font-weight:bold;
}
.BlueBold2 {
	font-family: Arial,;
	font-size: 12px;
	color: #00519e;
	line-height: 20px;
	font-weight:bold;
	text-decoration:underline;
}
.Footer {
	font-family: Arial,;
	font-size: 12px;
	color: #545454;
	line-height: 20px;
	
}
.Footer2 {
	font-family: Arial,;
	font-size: 12px;
	color: #001d47;
	line-height: 20px;
	font-weight:bold;
	
}

/*** Link Color ***/
a:link, a:visited {
	color: #000000;	
	text-decoration: none;
}
a:hover, a:active {	
	color: #006ed7;	
	text-decoration: none;
}
a.White:link, a.White:visited {
	color: #FFFFFF;	
	text-decoration: none;
}
a.White:hover, a.White:active {	
	color: #58adff;	
	text-decoration: none;
}
a.BrowseJob:link, a.BrowseJob:visited {
	color: #006ed7;	
	text-decoration: none;
}
a.BrowseJob:hover, a.BrowseJob:active {	
	color: #000000;	
	text-decoration: underline;
}
a.Blue:link, a.Blue:visited {
	color: #006ed7;	
	text-decoration: none;
}
a.Blue:hover, a.Blue:active {	
	color: #000000;	
	text-decoration: none;
}
a.BlackBold:link, a.BlackBold:visited {
	color: #000000;	
	text-decoration: none;
}
a.BlackBold:hover, a.BlackBold:active {	
	color: #006ed7;	
	text-decoration: none;
}
a.BlueHeader:link, a.BlueHeader:visited {
	color: #0068be;	
	text-decoration: none;
}
a.BlueHeader:hover, a.BlueHeader:active {	
	color: #4fafff;	
	text-decoration: none;
}
a.WhiteBold:link, a.WhiteBold:visited {
	color: #000000;	
	text-decoration: none;
}
a.WhiteBold:hover, a.WhiteBold:active {	
	color: #006ed7;	
	text-decoration: none;
}
a.BlueBold:link, a.BlueBold:visited {
	color: #00519e;	
	text-decoration: underline;
}
a.BlueBold:hover, a.BlueBold:active {	
	color: #000000;	
	text-decoration: underline;
}
a.Footer:link, a.Footer:visited {
	color: #545454;	
	text-decoration: none;
}
a.Footer:hover, a.Footer:active {	
	color: #545454;	
	text-decoration: none;
}
a.Footer2:link, a.Footer2:visited {
	color: #001d47;	
	text-decoration: none;
}
a.Footer2:hover, a.Footer2:active {	
	color: #00519e;	
	text-decoration: none;



