/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	background-color:#FCFCFC;
	
}

a {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
.backColor1 {
	background:#F39221;
}
.backColor2 {
	background:#990000;
}
.backColor3 {
	background:#EE7A7A;
}
.backColor4 {
	background:#FFFFFF;
}

.fontColor1 {
	color:#FFFFFF;
}
.fontColor2 {
	color:#FFFF66;
}
.fontColor3 {
	color:#FF3102;
}
.fontColor4 {
	color:#000099;
}

.fontSize {
	font-size:14px;
}

.fontSize2 {
	font-size:12px;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
	
}
.upLinks {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing:2px;
	text-decoration:none;
	font-weight:600;
}
.upLinks:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #B13B2D;
	letter-spacing:2px;
	text-decoration:underline;
	font-weight:600;
}

.upLinks2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E7E76;
	letter-spacing:2px;
	text-decoration:none;
	font-weight:400;
}
.upLinks2:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E7E76;
	text-decoration:underline;
	font-weight:400;
	letter-spacing:2px;
}

.workLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3934B2;
	text-decoration:none;
	font-weight:400;
}
.workLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3934B2;
	text-decoration:underline;
	font-weight:400;
}


.smallText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #081C00;
	
}
.smallText3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #395939;
	
}
.smallLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #211C18;
	
}
.forMainLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	font-weight: 300;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #8C9A8C;
}
.forHeading {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #B13B2D;
	text-decoration:none
}
.forLargeText {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 16px;
	color: #ffffff;
	font-weight:600;
}
.forLargeText2 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 20px;
	color: #ffffff;
	font-weight:600;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
	font-weight:300;
	
}
.hint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight:300;
}

.dblHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #313C31;
	font-weight:600;
}
.links
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:none;


}	
.links:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

text-decoration:underline;
}
.underlineLink {
	text-decoration:none
	
}
.underlineLink:hover {
	text-decoration:underline;
	
}
.topHeadingBG {
	background-color:#C4FF8B;
}
.headingBG {
	background-color:#9CDA5F;
}
.leftrightBG {
	background-color:#FFFFFF;
}
.contentBG {
	background-color:#EBFFD9;
}
.allBorder {
	border: solid 1px #E6E2E3;
}

.imgBorder {
	border: solid 1px #000000;
}


.rightLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:600;
	
}

.rightLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	font-weight:600;
	
}
.userRightBG {
	background-color:#49751F;
}

.bodyBG {
	background-color:#1E7048;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}
