
/*global resets - eliminates cross browser inconsistancies*/

* { margin:0; padding:0; }

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0.5em 0; } 

li,dd { margin-left:1em;} 

fieldset { padding:.5em; } 

img {border: 0;}

a img {border: 0;}

table {
    font-size: 1em;
}

.tiny {
	font-size:9px;
}




legend {
  font-weight: bold; border: 1px solid; padding: 0.2em 0.4em;
  background-color: rgb(223, 237, 215);
  color:#2D2D2D;
  font-size: 0.9em;
}

label{
	font-size: 0.8em;
	font-weight: bold;
	margin:10px;
}

html, body {
	background-color: #ab0c24;
}


/*end global resets*/

/*Typography -->
These control the general, asthetic, typographical/text
elements of the css*/

p{
	font-size: 0.8em; 
}

h1 {
margin-bottom:-3px;
color: #aaaaaa; 
font-size: 1.4em; 
font-weight: bold;
}

h2 {
margin-bottom:-3px;
color: #aaaaaa; 
font-size: 1.3em; 
font-weight: bold;
}

h3 {
margin-bottom:2px;
color: #aaaaaa; 
font-size: 1.2em; 
font-weight: bold;
}

h4 {
margin-top:9px;
margin-bottom:2px;
color: #aaaaaa; 
font-size: 1.0em; 
font-weight: bold;
}

h5 {
color: #aaaaaa; 
font-size: 0.9em; 
font-weight: bold;
}

h6 {
color: #aaaaaa; 
font-size: 0.7em;
font-weight: bold;
}




/*General link Styling*/
/*
a,a:link, a:visited {
font-size: 10px; 
color: #aaaaaa; 
text-decoration: none;
}

a:hover, a:active {
font-size: 10px;
color: #ffffff;	
text-decoration: none;
}

*/

/*List item Styling*/
li {
font-size: 0.8em;
xlist-style-type:none;

/*background: url(../images/bullet.gif) no-repeat 0px 5px;*/
padding-left: 5px;
margin-top:4px;

}

ul {
margin-left: 10px;
margin-top:-4px;
list-style-position:outside;
list-style-type:disc;
}

.tag_cloud{
	margin-top:1px;
	padding-left: 5px;
}

/*Graphical Elements
These styles provide management 
of content's appearences.
*/

hr { 
/*many components use this as a seperator line */
/*background: transparent; 
height:1px; 
border: 1px solid #ccc;*/
}

.link{
	color:#999999;
}

.link:hover{
	cursor:pointer;
	color:#aaaaaa;
}


td {
	font-size: 0.8em;
	padding: 0px 5px 0px 0px;
}