.articletitle {
	color : #8D3219;
	margin-top : 15px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 0px;
	font-size : 25px;
	font-family : arial, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.articleauthor {
	color : #000000;
	font-size : 12px;
	font-family : arial, sans-serif;
	font-weight: bold;
	margin-left : 5px;
}

.articlestyle {
	font-size:12px;
	font-family: arial, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
	text-align:left;
}

.articleresource {
	font-size:12px;
	font-family: arial, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
	text-align:left;
}
.centertitle {
	color : #0000FF;
	font-size : 12px;
	font-family : arial, sans-serif;
	font-weight: normal;
}
.centerlist {
	color : #000000;
	margin-top : 10px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 10px;
	font-size : 11px;
	font-family : arial, sans-serif;
	font-weight: normal;
}

.readmore {
	color : #000000;
	margin-top : 10px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 10px;
	font-size : 11px;
	font-family : arial, sans-serif;
	font-weight: bold;
}
.readmore a {
	color : #FF6600;
}
.readmore a:hover {
	color : #CC0000;
}

.snippetleft {
	float:left;
	width:100px;
	background-color:#FFFFCC;
	font-family: arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#333333;
	border:1px dashed #474747;
	text-align:left;
	text-decoration:none;
	margin: 5px;
	padding: 5px;
}

/*--  How the menu and related articles links look in the index, main page, and article templates  --*/
.snippetleft a {
	font-family: arial, sans-serif;
	font-size:10px;
	color:#0000FF;
	font-weight:normal;
	text-decoration:underline;
}

/*--  How the menu and related articles links look in the index and article templates when hovered over with the mouse  --*/
.snippetleft a:Hover {
	font-family: arial, sans-serif;
	font-size:10px;
	color:#000099;
	font-weight:normal;
	cursor:pointer;
	text-decoration:underline;
}


/*--  Attributes of the navigation and related menus  --*/
.snippetright {
	float:right;
	width:100px;
	background-color:#FFFFCC;
	font-family: arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#333333;
	border:1px dashed #474747;
	text-align:left;
	text-decoration:none;
	margin: 5px;
	padding: 5px;
}
/*--  How the menu and related articles links look in the index, main page, and article templates  --*/
.snippetright a {
	font-family: arial, sans-serif;
	font-size:10px;
	color:#0000FF;
	font-weight:normal;
	text-decoration:underline;
}

/*--  How the menu and related articles links look in the index and article templates when hovered over with the mouse  --*/
.snippetright a:Hover {
	font-family: arial, sans-serif;
	font-size:10px;
	color:#000099;
	font-weight:normal;
	cursor:pointer;
	text-decoration:underline;
}

.tips {
	font-family: arial, sans-serif;
	font-size:10px;
	color : #FF6600;
	font-weight:normal;
}
