/* tagcontrol.css */

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #444; 
	color: #CCC;
	font-weight: normal;
	text-align:center; 
	padding:0px;
	margin:0px;
	}

h1 {
	color: #CCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	background-color: transparent;
	text-align:center;
}

h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font size: 2.5em;
	color: #CCC; 
	font-weight: bold;
	font-style: none;
	text-transform: uppercase;
}

h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font size: 1.5em;
	font-weight: bold;
	color: #CCC; 

}

h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font size: .7em;
	font-weight: regular;
	color: #CCC; 
}

h5 {
	font-family: verdana, arial, helvetica, sans-serif;
	font size: 1em;
	font-weight: bold;
	color: #000066; 
	background-color: #f2f0de; 
	line-height: 1.5em;
	text-indent: 0.4em;
	text-transform: uppercase;
}

h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000066;
	background-color: #DDE5F4; 
	line-height: 1.5em;
	text-indent: 0.4em;
	text-transform: uppercase;

}


.subhead {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #6C4027;
	background-color: transparent;
	line-height: 1.5em;
	text-indent: 0;
	text-transform: uppercase;
}

a {
	text-decoration: none;
}


input { 
	font-size: 8pt; 
	color: #444; 
	font-family: Verdana, Sans-Serif; 
}

label { 
	font-size: 8pt; 
	color: #444; 
	font-family: Verdana, Sans-Serif; 
}

select { 
	font-size: 8pt; 
	color: #444; 
	font-family: Verdana, Sans-Serif; 
}

textarea { 
	font-size: 8pt; 
	color: #444; 
	font-family: Verdana, Sans-Serif; 
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5em;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	line-height: 1.5em;
	font-variant: normal;
	text-transform: none;
	color: #CCC;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	line-height: 1.5em;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

strong {
	font-weight: bold;

}

p {
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 1.5em;
	text-align: left;
}
	
em {
	font-style:italic;
	font-weight: normal;
}
		

li {
	color: #CCC;
	font-style: normal;
}

table {
	background-color: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
