﻿body 
{
	font-family:Lucida Sans;
	font-size:10px;
}

select
{
	font-family:Verdana;
	font-size:10px;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;	
}

.bordered
{
	border:solid 1px gray;	
}

.leftBordered
{
	border-left:solid 1px gray;	
}

.bottomBordered
{
	border-bottom:solid 1px gray;	
}

.topBordered
{
	border-top:solid 1px gray;	
}

.textbox
{
	font-family:Verdana;
	font-size:10px;
}

.linkGallery
{
	color:white;
	font-size:12px;
}

.linkGallery_selected
{
	color:white;
	font-size:12px;
	text-decoration:underline;
}

.linkGalleryList
{
	color:#3C616C;
	font-size:10px;	
}

.newsTitle
{
	color:#007CB9;
	font-size:10px;	
}

.newsDescription
{
	color:#3C616C;
	font-size:10px;	
}

.newsDescription div
{
	text-align:left;	
}

.newsSpacer
{
	font-size:1px;
	height:8px;	
}

.title
{
	font-weight:bold;
	background-color:gray;
	color:white;
}

.textbox
{
	font-family:Verdana;
	font-size:10px;
}

.button
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	background-color:gray;
	color:white;
	border:solid 1px #e3e3e3;
	width:90px;
	cursor:pointer;	
}
