﻿body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ffffff url(back.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 16px;
}
.oneColElsCtr #container {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000;
}
.adssdasd {
	color: #205ede;
}
.asd {
	font-size: 12%;
}
.as {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.italic {
	font-style: italic;
	font-weight: bold;
}
.oneColElsCtr #container #mainContent table tr td table tr .as .italic {
	font-weight: bold;
}
.oneColElsCtr #container #mainContent table tr td table tr .as .italic {
	font-weight: bold;
}
.oneColElsCtr #container #mainContent table tr td h2 {
	font-size: 18px;
}
A {text-decoration: none;} 
 .Link {
	COLOR: 205ede;
	TEXT-DECORATION: none;
	font-weight: bold;
	font-size: 17px;
}
 .Link:hover {
	TEXT-DECORATION: underline;
	font-size: 17px;
}
.blog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #05aa3a;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000
}
.h1header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #05aa3a;
}
.itemtext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

