body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
} 
a#nound {
	text-decoration:none;
	font-weight:bold;
	color:#000;
	font-size:147%;
}
a#nound:hover, a#nound:active{
	font-family:Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
	font-weight:bold;
	color:#E00;
	font-size:147%;
}
.today{
	color:green; 
	text-decoration:none;
	font-weight:bold;
}
.showday {
	padding:2px 2px 2px 2px;
	font-weight:bold;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
.sintable {
	padding:2px 0px 2px 0px;
}
.notday  {
	padding:3px 3px 3px 3px;
}
a {
	text-decoration:underline;
	font-family:Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
	color:#000;
}
a:active, a:hover {
	text-decoration:none;
	font-family:Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
	color:#000;
}
a#red {
	color:#EE0000;
}
a.link {
	text-decoration:none;
	text-transform:capitalize;
	font-family:Verdana;
	color:#000;
	cursor:pointer;
}
a.link:active, a.link:hover   {
	text-decoration:underline;
	text-transform:capitalize;
	font-family:Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
	color:#000;
	cursor:pointer;
}
a.link2 {
	text-decoration:none;
	text-transform:capitalize;
	font-family:Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
	color:#000;
	cursor:pointer;
}
#prev {
	text-decoration:none;
	font-size:300%;
	color:#000;
	margin:1em 0 1em 0;
}
#next {
	text-decoration:none;
	font-size:300%;
	color:#000;
	margin:1em 0 1em 0;
}
a:hover#prev {
	text-decoration:none;
	font-size:300%;
	color:#E00;
	margin:1em 0 1em 0;
}
a:hover#next {
	text-decoration:none;
	font-size:300%;
	color:#E00;
	margin:1em 0 1em 0;
}
#more {
	color:#000;
	float:right;
}
#yesterday {
	text-align:center;
}
.search {
	font:sans-serif;
	font-size:120%;
	color:#000;
	padding:0 0 0 0px;
	margin:0 0 0 0px;
}
font {
	text-transform:capitalize;
	font-family:Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
	color:#000;
}
h1,h2,h3,h4,h5 a {
	text-decoration:none;
}
h1 {
	font-size:400%;
	text-align:center;
	color:#000;
	font-family:Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
}
h2 {
	font-size:300%;
	text-align:center;
	color:#000;
	font-family:Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
}
h3 {
	font-size:200%;
	text-align:center;
	color:#000;
	font-family:Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
}
h4 {
	font-size:150%;
	text-align:center;
	color:#000;
	font-family:Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
}
h5 {
	font-size:110%;
	color:#000;
	margin:1em 0 1em 0;
	font-family:Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
}
td {
	font-family:Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
}
#wrap {
	text-align:justify;
	width:600px;
}
     /* General styles */
    body {
        margin:auto;
        padding:0;
        border:0;			
        width:980px;
        background:#fff;
        min-width:600px;   
		font-size:100%;	
		font-family:Verdana, "Geneva CY", "DejaVu Sans", sans-serif;

    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
		font-family:Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    }
	/* Header styles */
    #header {
        clear:both;
        float:left;
		width:100%;
		background: #fff url('../images/header-bg.jpg') repeat-x bottom;
    }
	#logo {
        clear:both;
        float:left;
		width:374px;
		text-align:center;
    }
	/* column container */
	.colmask {
		position:relative;		
	    clear:both;
	    float:left;
        width:100%;			
		overflow:hidden;
	}
	/* 2 column left menu settings */
	.leftmenu {
	    background:#fff;
	}
    .leftmenu .colright {
        float:left;
        width:122%;
		position:relative;
		left:374px;
        background:#fff;
    }
    .leftmenu .col1wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    padding-bottom:1em;
	}
	.leftmenu .col1 {
        margin:20px 15px 0 390px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
		text-align:justify;
		padding:10px 10px 10px 10px;
		margin:20px 0 0 0;
	}
    .leftmenu .col2 {
		padding:15px 0 0 10px;
        float:left;
        width:374px;
        position:relative;
        right:350px;
    }
	/* Footer styles */
	#footer {
        float:left;
        width:100%;
		background: #fff url('../images/header-bg.jpg') repeat-x top;
		text-align:right;
		font-size:75%;
		font-family:Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    }
	#footer a {
		line-height:1.6em;
		text-decoration:none;
		color:#000;
	}
	#footer a:hover {
		text-decoration:underline;
	}
	ul li {
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	ul li a {
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	ul li a:hover {
	    text-decoration:underline;
	}
	ul li a.active,
	ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
p {padding:0 0 0 0px; margin:0 0 0 0px;}
p#red {color:#ee0000;}
#searchinp{text-align:center;}
.block{margin:10px 70px 18px 0;}
.container{min-height:82px; _height:82px; border-right:1px solid #CECECE; border-left:1px solid #CECECE; background:#FFF;}
.text{padding:10px 15px;}
.text .shadow{display:none;}
.title{height:26px; padding:0px 0 0 0px; border-bottom:0px solid #CCC;text-align:center;}
.blue .title{background:#87cde3 url(../images/blue.png) repeat-x 0 0;}
.green .title{background:#8DF05D;}
.title span{float:left; width:21px; min-height:10px; _height:10px;}
.title strong{padding:0px 12px 0 12px; font:800 18px sans-serif;}
.title strong.white{color:#FFF;}
.block .top, .block .bottom{display:block; height:4px; overflow:hidden;}
.b1, .b1 em, .b2, .b2 em, .b3, .b3 em, .b4, .b4 em{display:block; height:1px; overflow:hidden; background:#FFF;}
.b1{border-right:1px solid #E2E2E2; border-left:1px solid #E2E2E2;}
.b1 em{border-right:1px solid #D6D6D6; border-left:1px solid #D6D6D6;}
.blue .top .b1 em{border-right:1px solid #B0CEDE; border-left:1px solid #B0CEDE; background:#86cbe0;}
.green .top .b1 em{border-right:1px solid #9FF277; border-left:1px solid #9FF277; background:#8BED5C;}
.b2{margin:0 1px; border-right:1px solid #D2D2D2; border-left:1px solid #D2D2D2;}
.b2 em{border-right:1px solid #EAEAEA; border-left:1px solid #EAEAEA;}
.blue .top .b2 em{border-right:1px solid #B7D6E6; border-left:1px solid #B7D6E6; background:#87cde3;}
.green .top .b2 em{border-right:1px solid #9FF277; border-left:1px solid #9FF277; background:#8DEF5C;}
.b3{margin:0 2px; border-right:1px solid #D2D2D2; border-left:1px solid #D2D2D2; background:#DADADA;}
.b3 em{margin:0 1px; border-right:1px solid #F3F3F3; border-left:1px solid #F3F3F3;}
.blue .top .b3 em{margin:0; border-right:1px solid #BCD6E3; border-left:1px solid #BCD6E3; background:#ACD5EA;}
.green .top .b3 em{margin:0; border-right:1px solid #9FF277; border-left:1px solid #9FF277; background:#8DF05D;}
.b4{margin:0 3px; border-right:1px solid #E2E2E2; border-left:1px solid #E2E2E2; background:#D2D2D2;}
.b4 em{margin:0 1px; background:#CECECE;}
.logs .text{font-size:16px; text-align:right;}
.logs .text p{padding:2px 0;}
.logs .text b{font-weight:800;}
.text em{font-style:normal;}