@import url("content_table.css");
.BORDER {border:solid 1px Red;}
body {
	background-color: #ffffff;
	width: 1000px;
	margin: 5px auto 5px auto;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
img {border:none;}

/** Header Images */
.book_img {
	background-image:url('images/book.jpg');
}
.body_img {
	background-image:url('images/body.jpg');
}


/** UNCATEGORIZED */
th {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.style1 {
	font-size: 12px;
	font-weight: bold;
}
.style2 {font-size: 12px}
.style3 {font-size: 10px}
.style4 {
	color: #008464;
	font-weight: bold;
}
.style5 {color: #3b3c3d}
.style6 {color: #FFFFFF}


#header, .header {
	font-family: Serif;
	font-size: 16px;
	font-weight: bold;
}

/** Category Page - Article GridView CSS */
.ArticleList {
	width:750px;
}
.ArticleList > tbody > tr > td {
	padding: 10px;
}
.ArticleList_Title {}
.ArticleList_Date {
	font-size:small;
}