/* CSS Document */
@import(style.css);
a
{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#1164B3;
}

.field
{
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
.lheader
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold; 
	color: #2F4562;
}

.link_header
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold; 
	color:#055AB3;
}

.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #2F4562;
}
.text.date
{
	color:gray !important;
	font-weight:bold;
}
.text.footer
{
	color:#446281 !important;
}
.bg_search
{
	background-image: url(images/bg_search.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
.bg_events
{
	background-image: url(images/bg_events.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

.bg_welcome
{
	background-image: url(images/bg_welcome.gif);
	background-repeat: no-repeat;
    background-position: right bottom;	
}

.border_left
{
	background-attachment: scroll;
	background-image: url(images/blue.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.border
{
	background-attachment: scroll;
	background-image: url(images/blue.gif);
}

.dborder
{
	background-attachment: scroll;
	background-image: url(images/blue_.gif);
	background-color:#055AB3;
}

.border.right 
{	
	width:5px;
	background-position: right; 
	background-repeat:repeat-y;  
}

.border.left
{	
	width:5px;	
	background-position: left; 
	background-repeat:repeat-y; 
}

.border.top
{	
	height:5px;
	background-position: top;
	background-repeat:repeat-x;	
}

.border.bottom
{	
	height:5px;
	background-position: bottom; 
	background-repeat:repeat-x;	
}

.large
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #2F4562;
}

.mheader
{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold; 
	color: #2F4562;
}

.first_letter
{ 
	font-size: 110%; 
	font-weight: bold; 
	margin: 5px;
	color:#2171AB;
}
.t_padding {margin:10px;}

.link_cal {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#055AB3;
}


