/* CSS Document */
body {
	background: url(int-bg.jpg) #000000 repeat-x;
	margin: 0px;
}
.text
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;	
	color: #333333;
	line-height: 18px;
}
.subtitle
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: bold;
	line-height: 18px;
}
.orange
{
	color: #C36323;
}
.red
{
	color: #B41217;
}
.green
{
	color: #315508;
}
.blue
{
	color: #133063;
}
.small
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
.link
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;	
	color: #BC9A27;
}
.footerlink
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;	
	color: #FFFFFF;
	line-height: 18px;
}
.dhlink
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;	
	color: #FFFFFF;
	line-height: 18px;
}

