/* CSS Document */

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body, td
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a.menu
{
	color:#FFFFFF;
	text-decoration:none;
}

a
{
	text-decoration:none;
}

p
{
	padding-left: 8px; 
	padding-right: 8px;
}

.smallText
{
	font-size: 10px;
}


.blueText
{
	color:#151a7d;
}

.blueTextBold
{
	color:#151a7d;
	font-weight:bold;
}

.orangeText
{
	color:#e5773c;
}

.orangeTextBold
{
	color:#e5773c;
	font-weight:bold;
}

td.title
{
	background-image: url(../images/background_title_bar.jpg); 
	background-repeat: repeat-x; 
	color: #ffffff;
	font-size:16px;
	font-weight:bold;
	height: 34px;
	padding-left:12px;
}

.imageRight
{
	float: right;
}

