/* The content of the posts (body of text) */
body {
	background-color: #8B8B8B;
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size: 12px;
	color: #000000;
	padding: 0;
	margin: 0;
}

td {
	font-family:Verdana,Tahoma,Arial,Sans-Serif; 
	font-size: 12px;
	color: #000000;
}

h2 {
	font-size: 18px;
}

.bodyline {
	background-color: #8B8B8B;
}

.bodyline-content {
	background-color: #FFFFFF;
}

.bodyline-content img {
	margin-bottom: 10px;
}

.bodyline-top-left {
	background-image: url('images/bodyline-top-left.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bodyline-top {
	background-image: url('images/bodyline-top.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

.bodyline-top-right {
	background-image: url('images/bodyline-top-right.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bodyline-left {
	background-image: url('images/bodyline-left.png');
	background-repeat: repeat-y;
	background-position: right;
}

.bodyline-right {
	background-image: url('images/bodyline-right.png');
	background-repeat: repeat-y;
	background-position: left;
}

.bodyline-bottom-left {
	background-image: url('images/bodyline-bottom-left.png');
	background-repeat: no-repeat;
	background-position: right top;
}

.bodyline-bottom {
	background-image: url('images/bodyline-bottom.png');
	background-repeat: repeat-x;
	background-position: top;
	
	vertical-align: top;
	padding-top: 3px;
	font-size: 9px;
	color: #999;
}

.bodyline-bottom-right {
	background-image: url('images/bodyline-bottom-right.png');
	background-repeat: no-repeat;
	background-position: left top;
}

a {
	text-decoration:none;
	color:#000000;
}

a.blue {color:#0066CC;}
a.orange {color:#FF9900;}
a.green {color:#006600;}

a img {
	border:0;
}

div.welcome {
	text-align:center;
	font-size:14px;
}

div.akapit {
	margin-top:5px;
	margin-bottom:25px;
	text-align:justify;
}

