/*.......................BORDER & BGCOLOR........................... */

.border{
	border: 1px solid #6BA128;
}
.border1{
	border: 1px dotted #68A712;
}
.tbborder{
	border-top: none;
	border-right: 1px solid #002A11;
	border-bottom:  1px solid #002A11;
	border-left: 1px solid #002A11;
}
/*................. HEADING , CONTENTS & LINKS ............... */

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #EFD503;
	font-weight: normal;
	text-decoration: none;
}
.heading2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bnormal;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bnormal;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bnormal;
	text-decoration: none;
}
.content_y{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFD503;
	font-weight: normal;
	text-decoration: none;
}
.content1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bnormal;
	text-decoration: none;
}
.topmenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.topmenu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;	
}
.topmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFDE00;
	text-decoration: none;
	font-weight:bold;	
}
.topmenu_sel{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFDE00;
	text-decoration: none;
	font-weight:bold;	
}
.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDB90E;
	font-weight: bold;
	text-decoration:none
}
.link1:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDB90E;
	font-weight: bold;
	text-decoration:none
}
.link1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

/*......................BACKGROUND....................... */
.bg_top{
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: none;
	border-right: 1px solid #002A11;
	border-bottom:  1px solid #002A11;
	border-left: 1px solid #002A11;
}
.bg_bot {
	background-image: url(images/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.dotline {
	background-image: url(images/dotline.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.bodybg {
	background-image: url(images/bg_bodyimg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bodybgR {
	background-image: url(images/bg_bodyimgR.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
.bgtop2{
	background-image: url(images/bg_top02.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}
.bgbot1 {
	background-image: url(images/bg_bot01.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;

}
.bgbot2 {
	background-image: url(images/bg_bot02.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*......................... FORM ......................... */

.textbox1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 22px;
	width: 150px;
	background-color: #FFFFFF;
	border: 1px solid #6464A1;
}
.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
     font-weight:bold;
     color:#EFD503;
 }
/*.................... SUBMIT BUTTON ......................*/
input.button:hover {
background-color:#FFFFFF;
border:1px solid #0E9D42;
color:#0E9D42;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}

input.button {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background-color:#0E9D42;
border:1px solid #0E9D42;
color:#FFFFFF;
cursor:pointer;
display:block;
float:center;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
padding:2px 9px;
text-align:center;
text-decoration:none;
}
/* .button {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#0E9D42 none repeat-x scroll 0 0;
	border-left-color:#333333;
	border-top-color:#1F1F1F;
	color:#FFFFFF;
	cursor:pointer;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	padding:2px 9px;
}*/
/*....................BLINK LINK................*/
.blinklink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none
}
.blinklink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none
}
.blinklink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DDB90E;
	font-weight: bold;
	text-decoration:none;
}

/***************Link Button************************/

a.linkbutton
{
  	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#0E9D42;
	border:1px solid #0E9D42;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	float:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:2px 9px;
	text-align:center;
	text-decoration:none;
}

a:hover.linkbutton
{  
	background-color:#FFFFFF;
	border:1px solid #0E9D42;
	color:#0E9D42;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

a:active.linkbutton
{
	  border-bottom: 1px solid #eeeeee;
	  border-top: 1px solid black;
	  border-right: 1px solid #eeeeee;
	  border-left: 1px solid black;
}