/* General text */
.gen { font-size : 15px; }
.genmed { font-size : 13px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : black; }
a.genmed,a.gensmall { color: #006f6f; text-decoration: underline; }
a.gen { color: #006f6f; text-decoration: underline; }
a.genmed:hover,a.gensmall:hover	{ color: #48246c; text-decoration: underline; }
a.gen:hover   { color: #ffff80; text-decoration: underline; }
a.genmed:visited,a.gensmall:visited	{ color: #bf005f; text-decoration: underline; }
a.gen:visited { color: #bf005f; text-decoration: underline; }

img {
	border: none;
}



p#pheader {
font-family: Georgia, serif;
position: absolute;
top: 285px;
left: 100px;
margin-right: 340px;
}


linkexchange {
font-family: Georgia, serif;
color: #dee0f5; 
text-decoration: none;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	margin: 0px;
	font-size: 170%;
}

h3 {
	font-family: sans-serif;
}

p, li {
	font-family: sans-serif;
	font-size: 80%;
}

p.titleish {
	font-weight: bold;
}

p.info {
	background: #dee0f5;
	font-family: arial;
	font-size: 100%;
      padding: 10px;
}

p.small {
	font-size: 70%;
}

p.postbodytopinfo {
	padding-bottom: 2px;
	margin: 0px;
	font-size: 85%;
	border-bottom: 1px dashed silver;
}

a {
	color: #006f6f;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #bf005f;
}

.alignedright {
	text-align: right;
}

.centered {
	text-align: center;
}

textarea {
	font-family: sans-serif;
	font-size: 80%;
}

div.left {
	margin-top: 40px;
	padding: 10px;
	margin-right: 330px;
}

div.middle {
	margin-top: 40px;
	padding: 10px;
	margin-right: 200px;
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


div.intro {
	font-family: sans-serif;
	font-size: 100%;
	background: #ffffdf;
	border: 1px solid silver;
	padding: 10px;
	width: 900px;
      clear: both;
	margin-bottom: 10px;
	margin-left: auto; 
	margin-right: auto;
}

div.right {
	font-family: sans-serif;
	font-size: 80%;
	background: #ffffdf;
	border: 1px solid silver;
	padding: 10px;

	float: right;
	line-height: 150%;
	width: 175px;
	clear: both;
	margin-bottom: 10px;
}

div.catrow {
	font-family: sans-serif;
	font-size: 80%;
	background: #F0F0F0;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid silver;
}

div.forumrow {
	background: white;
	border: 1px solid silver;
	margin: 10px;
	padding: 5px;
}

div.base {
	background: #F0F0F0;
	padding: 5px;
	border: 1px solid silver;
	margin-bottom: 10px;
}

div.text {
	background: white;
	margin: 10px;
	padding: 5px;
	border: 1px solid silver;
	overflow: auto;
}

div.topics {
	background: #F0F0F0;
	border: 1px solid silver;
	padding: 3px;
	text-align: center;
}

div.link {
	font-family: arial;
	font-size: 8px;
}

table.topics {
	margin-bottom: 5px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	border: 1px solid silver;
	width: 95%;
	text-align: left;
	
}

table.topics td {
	font-family: sans-serif;
	font-size: 80%;
}

div.bottom {
	font-family: sans-serif;
	font-size: 70%;
	color: silver;
	text-align: center;
	clear: both;
}

div.posts {
	background: #F0F0F0;
	border: 1px solid silver;
	padding: 10px;
}

div.postbody {
	background: white;
	border: 1px solid silver;
	font-family: sans-serif;
	font-size: 80%;
	padding: 5px;
	overflow: auto;
}

	div.postbody li {
		font-size: 100%;
	}

div.spacer {
	height: 5px;
}

div.postbodyleft {
	width: 160px;
	position: absolute;
	left: 30px;
	font-size: 85%;
}

div.quote1 {
	margin: 20px;
	margin-bottom: 0px;
	font-size: 90%;
}

div.quote2 {
	margin: 20px;
	margin-top: 0px;
	border: 1px solid silver;
	background: #F0F0F0;
	overflow: auto;
}

div.quote2_code {
	margin: 20px;
	margin-top: 0px;
	border: 1px solid silver;
	background: #F0F0F0;
	font-family: monospace, sans-serif;
	font-size: 90%;
	overflow: auto;
}

div.inboxbar {
	background: #F0F0F0;
	border: 1px solid silver;
}

div.pmtext {
	font-family: sans-serif;
	font-size: 80%;
}

acronym {
	cursor: help;
}

span.forum_desc {
	font-style: italic;
}


