BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	background: #ffffff url(@images/bg.jpg) repeat-y fixed top;
	scrollbar-3dlight-color:E9E9F5;
	scrollbar-arrow-color: #384A95;
	scrollbar-base-color:1D3A58;
	scrollbar-darkshadow-color:1D3A58;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color:#384A95;
	scrollbar-shadow-color:#000000
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}
.TextSmaller {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.nav {  font-size : 16px;
    border-radius: 25px;
    background: #cecccc;
     padding:2px;
    width: 200px;
    height: 15px;
	color : #000000;
	text-decoration : none;
}



.copyright {
	color : 000000;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
A:HOVER {  
 
	background-color : #F9D005;
	color : #2F4F4F;
 }
.baselink {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing : normal;
	border-bottom-style : double;
	border : thick solid;
	border-width : 2;
	background-color : #262F35;
	border-bottom-color : Black;
	border-left-color : #43535C;
	border-top-color : #43535C;
	border-right-color : Black;
}
.baselink2 {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing : normal;
	border-bottom-style : double;
	border : thick solid;
	border-width : 2;
	background-color : #344149;
	border-bottom-color : Black;
	border-left-color : #43535C;
	border-top-color : #43535C;
	border-right-color : Black;
}
.Sublink {
	color : #0E1C29;
	text-decoration : none;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing : normal;
	border-bottom-style : double;
	border : thick solid;
	border-width : 2;
	background-color : #E5E5E5;
	border-bottom-color : #F1F5FA;
	border-left-color : #FCFDFE;
	border-top-color : #F5F9FC;
	border-right-color : #EFF5FA;
}
.linkChoose {
	color : #D2D2DD;
	text-decoration : none;
	font-size : 10;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing : normal;
	border-bottom-style : double;
	border : thick solid;
	border-width : 2;
	background-color : #FF1717;
	border-bottom-color : #FF1717;
	border-left-color : #FF1717;
	border-top-color : #FF1717;
	border-right-color : #FF1717;
}
.linkChooseSub {
	color : #D2D2DD;
	text-decoration : none;
	font-size : 10;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing : normal;
	border-bottom-style : double;
	border : thick solid;
	border-width : 2;
	background-color : #FF711C;
	border-bottom-color : #FF1717;
	border-left-color : #FF1717;
	border-top-color : #FF1717;
	border-right-color : #FF1717;
}
.link2 {
	color : #705F63;
	text-decoration : none;
	font-size : 10;
	font-weight : bold;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	letter-spacing : normal;
	border-bottom-style : double;
	border : 0;
	border-width : 1;
}
.IndxForm {
	color : Navy;
	background: transparent;
	border: 1px solid Silver;
}
.ContactForm {
	background: transparent;
	border: 1px solid Silver;
}
.container
{
	max-width: 1100px;
	margin: 0 auto;
	background-color: #fff;
}
.content
{
	max-width: 1100px;
	margin: 0 auto;
	background-color: #fff;
}

.footer
{
	color: #fff;
	background: #000;
	padding: 1em 1.25em;
}

/* Container holding the image and the text */
.container1 {
  position: relative;
  text-align: center;
  color: red;
}

.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 3px 3px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 2px 2px;
  cursor: pointer;
}
.button1 {border-radius: 50%;}


/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
   font-weight: bold; 
}

/* Top left text */
.top-left {
  position: absolute;
  top: 1px;
  left: 16px;
   
 }
 

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}