/*RESET*/

html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font-family:Arial;
	font-size:10pt;
        color: #fff;
}

body{
	background:#000;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
        font-family: inherit;
}

.clear { line-height: 0; font-size: 0; clear:both; margin:0; padding:0; height: 1px; }

a img {color:#fff; border:none; outline: none; text-decoration: none; }
a:visited img { border:none; outline: none; }
a:hover img { border:none; outline: none; text-decoration:underline; }


a { color:#fff; border:none; outline: none; text-decoration: underline; font-weight:bold; }
a:visited { border:none; outline: none; }
a:hover { border:none; outline: none; text-decoration:underline; }

img, div { behavior: url(iepngfix.htc) }

.whole{
	width:1000px;
	margin:auto;
}

.viewMaster{
	width:500px;
	overflow:hidden;
	margin-bottom:10px;
	float:left;
}
.viewImg{
	width:500px;
	background:#000;
	float:left;
	text-align:center;
}
.pointer{
	float:left;
	width:50px;
	padding-top:200px;
}
.imgCont{
	width:610px;
	float:left;
}
.title{
	float:left;
	font-weight:bold;
}
.titleLine{
	width:610px;
	padding:0 0px 10px 0px;
	float:left;
	clear:both;
}
.title a{
        color: #e8e7fa;
	text-decoration:none;

}
.dateBox{
	text-align:center;
	font-weight:bold;
	background-color:#fff;
	float:right;
	width:75px;
	color:#000;
	font-size:11px;
}
.dateBoxMo{
	float:right; 
	clear:both;
	width:75px;
	background-color:#806040;
	color:#fff;
	font-size:13px;
}
.dateBoxDay{
	font-size:20px;
}
.footnotes{
	font-size:12px;
	float:left;
	width:900px;
}
.commentarea{
	width:588px;
	background-color:#111;
	padding:10px;
}
