@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

body {
	font-family:'Verdana', Arial, Helvetica, sans-serif;
	font-size:80%;
}

#content, #content2 {
	padding:10px;
}

H1 {
	font-size:140%;
}	

H2 {
	font-size:130%;
}	

H3 {
	font-size:120%;
}	

H4 {
	font-size:110%;
}	

H5 {
	font-size:100%;
}	

H6 {
	font-size:90%;
}	

ul {
	margin:0 0 0 25px;
	list-style:square;
}

table .blog /*.contentpaneopen*/ {
	width: 550px;
}

#content td.article_column table.contentpaneopen {
	width: 328px;
}

#content2 td.article_column table.contentpaneopen {
	width: 368px;
}

.buttonheading a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}