/* universal.css - used for all pages on iskra site */


/*change these */
#topSpacer {
	clear:both;
	border-top: solid 1px #A3B2D1;
}
.featureTitle {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 12pt;
	color: #365AA1;
	font-weight: bold;
}
#topBar {
	background-color: #A3B2D1;
	height: 120px;

}
#bottomBar {
	background-color: #365AA1;
	height: 15px;
}
/* end change */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.author {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #333333;
	font-style: italic;
	font-weight: bold;
}
.pageTitle {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 13pt;
	color: #000000;
}

/* 
###################
link properties
###################
*/

a:link {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #003300;
}
a:visited {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #221133;
}
a:hover {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #550000;
}
a:active {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}
.linkHeader {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

/* 
###################
topBar
###################
*/

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	height: 120px;
}
