/* Basics */
.tagcloud .weight-1 { font-size: 10px; }
.tagcloud .weight-2 { font-size: 12px; }
.tagcloud .weight-3 { font-size: 14px; }
.tagcloud .weight-4 { font-size: 14px; }  
.tagcloud .weight-5 { font-size: 15px; }  
.tagcloud .weight-6 { font-size: 15px; }  
.tagcloud .weight-7 { font-size: 15px; }  
.tagcloud .weight-8 { font-size: 17px; }  
.tagcloud .weight-9 { font-size: 18px; }  
.tagcloud .weight-10 { font-size: 19px; }  
img {
	border: 0px;
}

img.floatleft
{
float: left;
margin: 14px 14px 3px 0px;
}
img.floatright
{
float: right;
margin: 14px 0px 3px 14px;
}


a:link, a:visited, a:hover {
	text-decoration: none;
}

body {
	color: #000;
	font-size: 12px;
	font-family: "tahoma", arial, sans-serif;
	background: #e9e8e8;
}

ul {
	list-style: square outside;
}

/* Headers, "headers" must be used for the side bar links */

.header2 {
	color: #031630;
	font-size: 16px;
	font-family: "arial", tahoma, sans-serif;
      
                     
}


h1 {
	color: #031630;
	font-size: 12px;
	font-family: "arial", tahoma, sans-serif;
}

h2, h3, h4 {
	color: #031630;
	font-size: 16px;
	font-family: "arial", tahoma, sans-serif;
                     padding: 0px 0px 0px 20px;
}

h2 a:link, h2 a:visited {
	color: #031630;
                   }

h2 a:hover {
	color: #2c568c;
}

.headers {
	/*margin: 20px 0 -6px 10px;*/
        margin: 20px 0px 0px 10px;
	display: block;
	color: #031630;
	font-size: 12px;
	font-weight: bold;
	font-family: "arial", tahoma, sans-serif;
}

/* Textile */

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	color: #000000;
	font-size: 11px;
	font-family: "tahoma", arial, sans-serif;
	border-left: solid 3px #43a4e1;
	background: #bee5fe;
}

pre {
	padding: 10px 14px 10px 14px;
	color: #000000;
	font-size: 11px;
	font-family: "tahoma", arial, sans-serif;
	border: solid 1px #43a4e1;
	background: #bee5fe;
}

code {
	color: #000000;
	font-size: 11px;
	font-family: "tahoma", arial, sans-serif;
}
