
/*Beginning of Layout, format and images.*/

body{
	background: #000000 ;
	color: #000000;
	text-align: jusitfy;
	font: 11px Arial, Tahoma, Helvetica, sans-serif;
	line-height: 13px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}



table, td, tr {
	color: #000000;
	text-align: justify;
	font: 11px Arial, Tahoma, Helvetica, sans-serif;
	line-height: 13px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}


/*end of layout*/

/* Beginning of Typography */

a { 
	color:#990000; 
	background:none;
	text-decoration:none;
	font-style:none;
	text-transform:none; 
	font weight: bold;
}


a:hover { 
	color:#CC0000; 
	background:none;
	text-decoration:none;
	font-style:none;
	font-weight:bold;
	text-transform:none; 
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

.alt {
	background-color: #00CC66;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	}
	
.classy {
	font: 11px Georgia, Garamond;
	line-height: 15px;
}

.classybig {
	font: 17px Georgia, Garamond;
	text-style: underline;
}
	

/*	Begin Headers */
h1 {
	width: 575px;
	height: 25px;	
	display: block;
	margin: 0;
	background:    url() no-repeat;
	font: 19px Georgia, Times New Roman;
	color: #ffffff;
	padding: 0px 0px 0px 20px;
	text-transform: none;
	text-style : none;
	letter-spacing:-1px;
}

.description {
	text-align: center;
	}

h2 {
	width: 150x;
	height: 19px;	
	display: block;
	margin: 0;
	background: #ffffff url() no-repeat;
	font: 17px Georgia, Times New Roman;
	color: #003300;
	padding: 0px 0px 0px 15px;
	text-transform: none;
	text-style : none;
	letter-spacing:1px;
}

/* End Headers */




/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.meta {
	font size: 9px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #cccccc;
	font-weight: normal;
	letter-spacing: 0;
	font size: 9px;
}

.feedback {
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0 px;
}

input, textarea, select {
	background: #FFFFFF;
	border-width: 1px; 
	border-style: solid; 
	border-color: #CC0000; 
	font: 11px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-color:#000000; 
	letter-space: 1px;
}

.buttons {
	background-color: #FFFFFF;
	border-width: 1;
	border-style: solid; 
	color: #000000;
	border-color: #666666; 
	font: 9px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.btext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    border-top-style: "none";
    border-bottom-style: "none";
    border-left-style: "none";
    border-right-style: "none";
}
/* End Various Tags & Classes*/