﻿/* This stylesheet contains the definitions for the front page. (Default.aspx) */

a.Type1:link, a.Type1:visited, a.Type1:active
{
	text-decoration: none;
	color: #A7BE23;
}

a.Type1:hover
{
	text-decoration: none;
	color: #A7BE23;
}

a.Type2:link, a.Type2:visited, a.Type2:active
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	
	text-decoration: none;
	color: #FFFFFF;
}

a.Type2:hover
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	
	text-decoration: none;
	color: #FFFFFF;
}

#teaserContainer
{
	position: relative; 
	top: 50px; 
	left: 27px; 
	width: 240px;
}

#teaserContainer .dottedLine
{
	height: 1px;
	margin: 6px 0px;
	
	background-image: url("../Graphics/DottedLine.gif");
	background-repeat: repeat-x;
}

#teaserContainer .teaserText
{
	padding: 2px 0px;
	
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	
	color: #FFFFFF;
}

#teaserContainer .teaserLink
{
	padding: 3px 0px;
	
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

.teaserBox
{
	display: block;
	overflow: hidden;
	
	padding: 0px;
	margin: 0px;
	
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	
	color: #FFFFFF;
}
