﻿body{
	font-family:"Times New Roman", Times, serif;
	font-size:13pt;
	}

.title{
	background-color:#CCCCCC;
	border-bottom:medium fuchsia dashed;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:25pt;
	width:100%;
	color:black;
	height:20px;
	margin-bottom:15px;
}

.articlebody{
	width: 720px;
	margin-left: 10px;
	margin-top: 10px;
}

.announcement{
	width: 600px;
	padding:10px 10px 10px 10px;
	position:absolute;
	top:150px;
	left:30px;
	background-color:#FAEE05;
	border:medium maroon solid;
}


.footer{
	background-color: #EAEAEA;
	border-top: medium #FFCC66 dashed;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 16pt;
	width: 100%;
	color: black;
	height: 15px;
}

.para{
	margin:5px 4px 5px 0px;
	padding:5px 6px 5px 1px;
	text-align:justify;

}

.titletext{	
	position:relative;
	top:5px;
	left:20px;
}

.titletext2{	
	position:relative;
	top:10px;
	left:10px;
	font-size:18pt;
}


.footerlinkdiv{
	position:relative;
	top:-15px;
	width:720px;
	text-align:right;
}

.footerlink{	
	color:#0000FF;	
}

.footerlink:hover{
	color:fuchsia;
	cursor:pointer;
}

.footerlink2{	
	color:#0000FF;	
	font-size:14pt;
}

.footerlink2:hover{
	color:fuchsia;
	cursor:pointer;
}


.headerImage{
	margin-left:3px;
}

.menubox{
	display: inline;
	border:#999999 dashed thin;
	background-color: #CCFFFF;
	float: right;
	margin:7px 8px 10px 8px;
	font:"Courier New", Courier, mono;
	padding-bottom:5px;
}
.menubox dt{
	padding-top:2px;
	padding-bottom:2px;
}
.menutitle{
	background-color: #FFFF66;
	font-family:"Courier New", Courier, monospace;
	color: #CC00CC;
	width: 150px;
	font-size: small;
	padding-left: 5pt;
}

.menulink{
	font-family:"Courier New", Courier, monospace;
	font-size:small;
	margin-left:7px;
	color:#0000FF;
	cursor:pointer;
}

.menulink:hover{
	color: #FF00FF;
}

.moreinfolink{
	font-style:italic;
	color:blue;
}

.moreinfolink:hover{
	color: #FF00FF;
}

.maillink{
	color: blue;
	}

.maillink:hover{
	color: #FF00FF;
}



.NoLink{
	font-family:"Courier New", Courier, monospace;
	margin-left:7px;
	font-weight:bold;
	color:maroon;	
	font-size:large;
}

.quotebox1{
	border: thin dashed #996633;
	background-color: #CCFFCC;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	width: 30%;
	padding: 2px 2px 2px 4px;
	float: right;
	margin: 3px 3px 3px 10px;
	font-style: italic;
}

.quotebox2{
	border: thin dashed #996633;
	background-color: #FFCC99;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	width: 30%;
	padding: 2px 4px 2px 2px;
	float: left;
	margin: 3px 10px 0px 3px;
	font-style: italic;
}

.quotebox3{
	border: 1px dotted #996633;
	background-color: #BDF0D5;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	padding: 2px 4px 2px 10px;
	margin: 12px 10px 0px 0px;
	width: 695px;
}

.quotebox4{
	border:1px blue dotted;
	background-color:#EAE1FF;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	padding: 2px 4px 2px 2px;
	margin: 12px 10px 0px 0px;
	width: 530px;
	text-align:center;
}

.bigStyle1 {
	font-size: 13pt;
	font-weight: bold;
}
.underline{
	text-decoration:underline;
}
.italic{
	font-style:italic;
}
.bold{
	font-weight:bold;
}
.blueword {
	font-family:"Times New Roman", Times, serif;
	font-size: 14pt;
	color: #0000FF;
	font-weight: bold;
	font-style:italic;
}
.highlight{
	font-weight:bold;
}

.blogdate{
	font-weight:bold;
	font-size:12pt;
	padding-top:5px;
	margin-top:15px;
	margin-bottom:0px;
	line-height:5px;
	color:#CC3300;
	background-color:aqua;
}

.quotetitle{
	font-weight:bold;
	font-size:medium;
	padding-left:5px;
	padding-top:7px;
	margin-top:15px;
	margin-bottom:0px;
	line-height:5px;
	color:#CC3300;
	background-color:lime;
}

.quotetext{
	text-indent:20px;
}

.quoteleader{
	color:#003300;
	font-weight:bold;
	line-height:0px;
	margin-top:18px;
	font-size:12pt;
	font-style:italic;
}

.imageleft{
	float:left;
	margin:5px 10px 0px 5px;
}

.imageright{
	float:right;
	margin:5px 5px 0px 10px;
}