a {
	color: #CC9966;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: underline;
}

a:visited {
	color: #996633;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #666600;
	text-decoration: none;
}

blockquote.freeword {
	border: ridge;
	border-color: #996600;
	border-width: 3px;
	height: 300px;
	overflow: auto;
	padding: 10px;
	scrollbar-base-color: #996600;
	scrollbar-face-color: #CC9966;
	scrollbar-track-color: #996600;
	width: 700px;
}

body {
	background-color: #330000;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	margin-top: 20px;
	text-align: center;
}

img {
	border: ridge;
	border-color: #996600;
	border-width: 3px;
}

img.large {
	border-width: 6px;
}

img.plain {
	border: none;
}

p {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

p.category {
	font-weight: bold;
	text-align: left;
}

p.freeword {
	font-size: 24px;
	font-weight: bold;
}

table {
	border: none;
	margin-left: auto;
	margin-right: auto;
}

table.main {
	width: 700px;
}

table.statement {
	width: 700px;
}

/****************/
/* CONTACT  	 */
/****************/
table.contact th {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}

table.contact td {
	font-size: 12px;
	padding-right: 20px;
	text-align: left;
}

table.contact td a, table.contact th a {
	font-size: 12px;
}

/****************/
/* THUMBS      */
/****************/
table.thumbs {
	margin-left: auto;
	margin-right: auto;
}

table.thumbs caption {
	background-color: transparent;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

table.thumbs img {
	height: 100px;
}

table.thumbs td {
	vertical-align: top;
}

td {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
}

/****************/
/* ARTICLES  	 */
/****************/
td.article {
	text-align: left;
}

td.article .posted {
	font-size: 10px;
}

td.article .subtitle {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: left;
}

td.article .title {
	font-size: 20px;
	font-weight: normal;
}

td.article hr {
	color: #996600;
}

td.article p.ingress {
	font-weight: bold;
}

td.article p.intro {
	font-size: 12px;
	font-style: italic;
}

/****************/
/* DOGMAS  	    */
/****************/
td.dogmas {
	text-align: center;
}

td.dogmas .title {
	font-size: 20px;
	font-weight: normal;
}

td.dogmas p {
	margin-bottom: 10px;
}

/****************/
/* ADVERT  	    */
/****************/

td.advert .title {
	font-size: 20px;
	font-weight: normal;
}
td.advert p{
	text-align: left;
}
td.advert img {
	margin: 10px;
	border: none;
}


/****************/
/* CAPTIONS  */
/****************/
td.caption_center {
	border-left-color: #996600;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #996600;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: center;
	vertical-align: top;
}

td.caption_front {
	color: #996600;
	font-size: 10px;
	text-align: right;
}

td.caption_left {
	text-align: left;
	vertical-align: top;
}

td.caption_right {
	text-align: right;
	vertical-align: top;
}

td.foot, td.foot a {
	font-size: 10px;
	padding-top: 20px;
}

td.head, td.head a {
	font-size: 50px;
	font-weight: lighter;
	text-decoration: none;
	color: white;
	letter-spacing: 10px;
	padding-bottom: 20px;
	word-spacing: 15px;
}

td.menu {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	padding-top: 30px;
}

td.menu  a {
	font-size: 15px;
	font-weight: bold;
}

ul {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.small_bold {
	font-size: 10px;
	font-weight: bold;
}

.subhead{
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 20px;
	text-align: center;
}

.title {
	font-weight: bold;
	padding-bottom: 10px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

