﻿body 
{
	background-color: #dadee1;
	margin: 0;
	padding: 0;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
}

.TextBox
{
	border:solid 1px #c0c5cb;
	background-color:#f0f5fb;
}

A
{
	text-decoration: none;
}

A:hover
{
	text-decoration:underline;
}

.Invisible
{
	display:none;
}

.arrowLink {
	background-image: url( ../../images/arrow.gif );
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 18px;
	color: #4484C5;
	text-decoration: none;
	font-weight: bold;
}

.Border_BlueBottom
{
	border-bottom: solid 1px  #4484C5;
}
