/*************************************************
File Name:	style1.css
Design by: 	Dmitriy Devayev
Date: 		9/2006
*************************************************/
body {
	font-family: Helvetica, Arial, sans-serif;
}

td {
	font-family: Helvetica, Arial, sans-serif;
}

th {
	font-family: Helvetica, Arial, sans-serif;
}

a {
	text-decoration:none;
	color:#4682b0;
	font-size:12px;
	font-weight:bold;
}
/*================================================
	Top Navigation ///////////////////////////////
================================================*/
.topNav {
	
	background:url("images/nav button 1 99x28.jpg");
	
}

.topNavMouseOver {
	background:url("images/nav button 1 gray 99x28.jpg");
	cursor:pointer;
}
/*================================================
	Home Little Navigation ///////////////////////
================================================*/
.littletopNav {
	
	background:url("images/little nav bar top 125x22.jpg");
	
}

.littleNavMouseOver {
	background:url("images/little nav bar gray125x22.jpg");
	cursor:pointer;
}
/*================================================
	Left Navigation ///////////////////////
================================================*/
.lefttopNav {
	
	background:url("images/left nav bar 200x30.jpg");
	
}

.leftMouseOver {
	background:url("images/left nav bar gray 200x30.jpg");
	cursor:pointer;
}
/*================================================
	Left Navigation Sub section //////////////////
================================================*/
.lefttopNavSub {
	background-color:#FFFFFF;
}

.leftMouseOverSub {
	background-color:#F4F4F4;
	cursor:pointer;
}
/*================================================
	Home Image section //////////////////
================================================*/
.myImage {
	background-color:silver;
	background-image:url("image_resources/splashscreen.gif");
	background-repeat:no-repeat;
	cursor:default;
}

.myImageOver {
	background-color:silver;
	background-image:url("image_resources/splashscreenOver.gif");
	background-repeat:no-repeat;
	cursor:pointer;
}