@charset "utf-8";
/* CSS Document */

/*
******************
My User Classes 
******************
*/
.fontlato {
font-family: 'Lato', Arial, Helvetica, sans-serif;
font-weight: 400;

}
.sidebar {
	font-size: 75%;
	background-color: #CCCCCC;
}

.sidebar80 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 80%;
}

.sidebar90 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 90%;
}
 
.orangesmall {
	font-size: 75%;
	background-color: #FFCC00;
}

.whitetext {
	color:#FFFFFF;
}


.whitetext a:link {
	font-size: 100%;
	color: #FFFFFF;
}

.whitetext a:visited {
	font-size: 100%;
	color: #CCCCCC;
	
}
.whitetext a:hover {
	font-size: 100%;
	color: #FFFFFF;
	border-bottom: 1px dotted;
}
.whitetext a:active {
	font-size: 100%;
	color: #CCCCCC;
}

.footerhw {
	font-size: 60%;
}

.footerhw a:link {
color: #FFCC00;
}

.footerhw a:visited {
	color: #FFCC00;
}
.footerhw a:hover {
	color: #9999FF;
}
.footerhw a:active {
	color: #FFFFFF;
}

/*Assign this instead of blockquote to indent in italics with small font*/
.whoptxt15 {	font-size: 0.9em;
	font-style: italic;
	font-weight: lighter;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-left: 20px;
}
.h1 {
padding-top:2em;
}
