/* styles all links */ 
a 
{ 
	color: #0D3692;
}
a img { border: none; }

.blue
{
	color: #2E3192;
}

.black-bold
{
	color: #000000;
	font-weight: bold;
}

.main
{
	padding: 0px 13px 20px 0px;
	text-align: left;
}

.lightblue
{
	color: #1C78C1;
}

.grey
{
	color: #999999;
}

.darkgrey
{
	color: #33333;
}

.textSize12b
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.textSize12
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

.textSize11
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}

.textSize14b
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

.textSize14
{
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
}

.textSize16b
{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}

.textSize16
{
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
}

a.highlight
{
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #006699;
}


