/* SMPD main stylesheet */
/* last updated: 22/07/2004; 9:54:15 p.m. */

/* general */
body {
	/*	background-image: url(/smpd/images/bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 75px*/
}
.subSiteTitle {
	font-size: 0.8em;
	margin-top:-4px;
}
h1{margin-top: -0.2em;}
h2 {
	font-size: 1.4em;
	color: #CC0000;
	font-weight: normal;
	margin-left: 1px;
	margin-top: 8px;
	margin-bottom: 0px
}
.downSize {
	font-size: 80%
}
.tables {
	color: #000;
	border-collapse: collapse;
	border: 1px solid #000;
	font-size: 10pt
}
.tables td {
	color: #000;
	border-collapse: collapse;
	border: 1px solid #000
}
/* side menu */
a.sidemenutxt:link {
	color: #000;
	font-weight: normal;
	font-size: 8pt;
	line-height: 1.5em
}
a.sidemenutxt:visited {
	color: #555;
	font-weight: normal;
	font-size: 8pt;
	line-height: 1.5em
}
a.sidemenutxt:hover {
	color: #820010;
	font-weight: normal;
	font-size: 8pt;
	line-height: 1.5em
}
.sidemenu {
	font-size: 8pt;
	line-height: 1.5em;
	background-color: #EEE
}
.sidemenu p a:link {
	font-size: 8pt;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
	background-color: #EEE
}
.sidemenu p a:visited {
	font-size: 8pt;
	font-weight: normal;
	color: #555;
	line-height: 1.5em;
	background-color: #EEE
}
.sidemenu p a:hover {
	font-size: 8pt;
	font-weight: normal;
	color: #820010;
	line-height: 1.5em;
	background-color: #EEE
}
p {
	margin-left: 3px
}
p.sidemenutitle {
	background-color: #cc0000;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	margin-right: 0px
}
/* highlightmenu for homepage */
.highlightmenutxt, .highlightmenu a:link, .highlightmenu a:visited, .highlightmenu a:active {
	font-size: .9em
}
.highlightmenu a:hover {
	color: #820010
}

/* BLOG STYLES */

.newstitle { 
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}

.posttitle {
	font-size:20px;
	font-weight:bold;
	}

.postbody {
	font-size:12px;
	}

.postdate { 
	font-size:10px;
	text-align:right;
	}



