.nounderline
{
    TEXT-DECORATION: none
}
A:link
{
    
}
A:visited
{
 }
A:active
{

}
A:hover
{

}

H2
{
	 color:Blue ;
}
.aligned_right {
	border: none;
	float: right;
	background-color: transparent;
	margin-left: 10%;
	width: 60%;
}
.bluelarge
{
	FONT-WEIGHT: bold;
	FONT-SIZE: larger;
	COLOR: blue;
}
.bluebold {
	color : Blue;
	font-weight : bold;
}
.blueitalic {
	font-style : italic;
	color : Blue;
}
.bold {
	font: bold;
}
.boldcenter {
	font-weight : bold;
	text-align : center;
}
.bolditalic {
  font-weight :bold ;
  font-style: italic;
 }
.boldplain {
	font-weight: bold;
	font: normal normal bold/normal;
}
.borderNone
{
    border: 0;
    text-decoration: none;
}
.bottom {
	font-style : italic;
	vertical-align : top;
}
.box_aligned_left {
	border: thin solid Blue;
	background-color: transparent;
	width: 20%;
	vertical-align: top;
	float: left;
	margin-right: 5%;
}
 .clearleft {clear: left;}
 .clearright {
	clear: right;
}
.center {
	text-align : center;
}
.centered 
{
    margin-left: auto ;
    margin-right: auto ;
}
.clear {
   clear:both  ;
 }
.clearleft {
    clear :left ;
    }
.clearright {
 clear :right ;
 }        
.fushiaitalic {
	color: Fuchsia;
	font-style : italic;
}

.green {
	color: Green;
	font-weight : bold;
}

.italic {
	font-style : italic;
}
.italiccenter {
	font : bold italic;
	text-align : center;
}
.italicbold {
	font-style: italic;
	font-weight: bold;
}
.leftimage {
	float :left;
	margin-right: 10px;
    margin-left: 2%;
    vertical-align : top
}
.maintext {
	width : 90%;
	margin-left : 10%;
}
.maroon  {
	color: Maroon;
	font-weight : bold;
	font-style : italic;
}
.noborder 
{
    border-style :none ;
}
.pagetitle {
	font : bolder normal larger "Times New Roman", Times, serif;
	color : Blue;
}
.paper_Background 
{
    background-image : url('../index.htg/Paper121.gif') ;
 
}
.picture {
	margin: auto 20% auto 20%;
}
.purple
{
        color: purple ;
		font-weight : bold;
		font-style: italic;
    	text-align : center;
}
.plainpurple {
	color : Purple;
}
.red {
	font-weight : bold;
	font-style : italic;
	color : Red;
}
.redverylarge {
	color : Red;
	font-size : larger;
	font : bolder;
}
 .rightimage {
	float : right;
	margin-left : 10px;
	vertical-align : top ;
    margin-right: 2%;
}
.sidebar {
	margin-left : 1%;
	width : 25%;
	float : left;
	vertical-align : top;
	text-align : left;
	border : thin;
}
.teal{
	color : Teal;
	font-weight : bold;
	font-style : italic;
}
.width200 {
 width :200px ;
 }
