@charset "utf-8";
/* CSS Document */

.contentText {
font-family:Arial, Helvetica, sans-serif;
font-style: normal;
font-weight:bold;
font-size: 14px;
color:#000000;
line-height: 20px;
}

A:Hover	{
	text-decoration : none;
	background: none;
	color : #e5222d;
	
	}
	
A	{
    text-decoration: underline;
	background: none;
	color : #333333;
	}
	
.smallLink	{
	text-decoration : none;
    color : #ccc;
    font-size : 12px;
	}
	
	.smallLink:Hover	{
	text-decoration : underline;
    color : #ccc;
    font-size : 12px;
	}

.internalContentText {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-size: 12px;
color:#000000;
text-align:left;
}

.footerText	{
	text-decoration : none;
    color : #ccc;
    font-size : 12px;
	}

.titleText {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight:bold;
font-size: 22px;
color:#e5222d;
line-height: 16px;
}

.contactText {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight:bold;
font-size: 13px;
color:#000000;
line-height: 19px;
}

.border1 {
border: thin solid rgb(128,128,128)
}
.leftMargin {
margin-left:35px;
}

td.mainPadding {padding: .5cm}

td.bgNoRepeat {

background-repeat: no-repeat;}