
.bodyline {
	border:1px solid #000;
	

}

.article
{
	color: #8E94B8;
	font-family:tahoma; font-size:10pt;
}

.button
{
	background-image: url(images/button.jpg);
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 0px solid #000;
	text-align: center;
	color: #FFFFFF;
	font-family:"tahoma"; font-size:10pt;
	height: 25;
	width:100;
}


a:link {
	color: #8E94B8; text-decoration: underline; 
}
a:visited {
	color: #8E94B8; text-decoration: underline; 
}
a:hover {
	color: #8E94B8; text-decoration: none; 
}

.button-link {

	display: block; width: 100%;
	color: #FFFFFF; text-decoration: none; 

}

h1{
	font-family: tahoma; font-size:12pt; color:#990000;
}
h2{
	font-family: tahoma; font-size:10pt; color:#990000;
}

b{
	color:#8E94B8;
}

table
{
	font-family:tahoma; font-size:9pt;
}
.topandbottom{

border-top: 1px solid #000;
border-left: 0px solid #000;
border-right: 0px solid #000;
border-bottom: 0px solid #000;
}
.topandbottomandleft{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	
	border-right: 0px solid #000;
border-bottom: 0px solid #000;

}

.topandbottomandright{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 0px solid #000;
	border-bottom: 1px solid #000;
}

