body {
	font-family: verdana;
	font-size:9px;
	background-color: #ffffff;
	background-image:url(../images/bg.jpg);
   }
.tablebg{
background-color:#FFFFFF; 
background-repeat:repeat;
}

.mainCaption {
	font-family: Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform:none;
	color: #5C5C5C;
}
/*table class for table/page content*/
.mainContent {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #7C7C7C;
}

.txtinput
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #A8AEB3;
	height: 10px;
	vertical-align: middle;
	background-color:#FFFFFF;
	font-size:9px;
}
.select1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #A8AEB3;
	line-height: normal;
	padding: 2px;
	height: 10px;
	vertical-align: middle;
	background-color:#FFFFFF;
	font-size: 11px;
}
.commandbutton
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight:bold;
	border: 1px groove #000000;
	padding: 0px;
	background-color:#d3d8df;
	height: 16px;
	width: 120px;
	text-align: center;
	vertical-align: middle;
	text-transform:capitalize;
	font-style: normal;
	line-height: normal;
}
/*class for templatefooter*/
.footertable
{
	vertical-align: top;
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	color: #666666;

}
.outertable
{
	border: 1px solid #4c9cf5;
	vertical-align: top;
}
.gallery
{
	border: 1px solid #cccccc;
	vertical-align: top;
}

.hyperlinks 
{ 
 color:#000000;
 text-decoration:none;
 text-shadow:#000000;
 font-style:normal;
 font-weight:bold;
 
} 

.hyperlinks:hover 
{ 
position: relative; 
top: 1px; 
left: 1px; 
text-decoration:underline ;
background:#CCCCCC;
}

a:hover 
{ 
position: relative; 
top: 1px; 
left: 1px; 
text-decoration:underline ;
}

.normallink
{ 
 color:#605E4D;
 text-decoration:none;
} 

.normallink:hover 
{ 
position: relative; 
top: 1px; 
left: 1px; 
text-decoration:underline ;
}

a:hover 
{ 
position: relative; 
top: 1px; 
left: 1px; 
text-decoration:underline ;
}
/*used in gallery page*/
.highlightit img
{
border: 1px solid #ccc;
}

.highlightit:hover img
{
border: 1px solid navy;
}

.highlightit:hover
{
color: #333333;
border: 0px ;
}

/*Nice forms*/
/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(../images/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(../images/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(../images/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(../images/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput, .textinputHovered {
	height:18px;
	width:250px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	padding:2px 4px;
}
.textinputHovered {
	background-position:left bottom;
}
.textinputHome, .textinputHomeHovered {
	height:18px;
	width:98px;
	background:url(../images/input_home.jpg) no-repeat left top;
	border:none;
	padding:2px 4px;
}
.textinputHomeHovered {
	background-position:left bottom;
}


/*Text areas*/
.textarea, .textareaHovered {
	background:url(../images/textarea.gif) no-repeat left top;
	border:none;
	padding:2px 4px;
	height:130px;
	width:252px;
}
.textareaHovered {
	background-position:left bottom;
}


/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}