/*
Theme Name: Fluid Blue 2
Theme URI: http://srinig.com/wordpress/themes/fluid-blue/
Description: A simple two column fluid width theme. Right sidebar supports widgets. Tags and gravatars supported. Valid XHTML and CSS.
Version: 1.7
Author: Srini G
Author URI: http://srinig.com/wordpress
Tags: blue, light, two-columns, flexible-width, right-sidebar, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	margin:0;
	background:#fff;
	color:#444;
/*	font-size: 62.5%;*/ /* Resets 1em to 10px */
	font-size: 80%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
}

a { 
	color:#258;
	text-decoration:none;
}

a:hover {
	text-decoration:underline; 
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin-top:0.5em;
	margin-bottom:0.5em;
	color:#27a;
	text-align:left;
}

h4 {
	margin-top:1em;
	margin-bottom:0.6em;
}

h1 {font-size:3.2em;}
h2 {font-size:2.2em;}
h3 {font-size:2em;}
h4 {font-size:1.4em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}

.postentry h5 {font-size:1.1em;}

img {
	border:0;
}

input {
	font-size:1.2em;
}

input[type=text], textarea{
	background:#fff;
	border:1px inset #aaa;
}
input[type=submit] {
	background:#eee;
	border:1px outset #aaa;
}

textarea {
	font-size:12px;
}

pre {
	font-size:12px;
	overflow:auto;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}

/* Layout */
#page {
	min-width:849px;
	margin:0 auto;
	text-align:left;
}

#wrapper {
    margin:0 3% 0 3%;
/* 	padding-left:200px; */
}

#contentwrap {
	border-left:16em solid #eee;
	border-right:16em solid #eee;
}

#content{
/* 	float:right;*/
 	margin-left:1em;
 	margin-right:1em;
  	padding:1px 0 1px 0;

/*	width:31%;*/
/* 	margin-right: 5%; */
/*	border-right:200px solid #eee;*/
/*	padding:20px 4% 20px 0;*/
/* 	padding:20px 0 20px 4%; */
}

.sidebar{
 	width:14em;
 	background:#eee;
 	padding:1em;
}

#sidebar{
	float:left;
/* 	margin:0 0 0 -200px; */
}

#sidebar2{
	float:right;
/* 	margin:0 0 0 -200px; */
/* 	padding:20px; */
}

#footer {
	clear:both;
	padding:10px;
	border-top:0.2em solid #555;
}

/* Header */

#header {
	margin:0;
	padding:0;
        border:0;
/*	height:5.8em;*/
	background:#095f9c;
}

#headertitle {
    /*	float:left;*/
    margin:0;
    padding:0;
    border:0;
    background:#095f9c;
    background-image: url('header-right.jpg');
    background-repeat:no-repeat;
    /*	background-attachment:fixed;*/
    background-position:right;
}
#headertitle h1 {
	margin:0;
}
#headertitle h1 a {
	background:transparent;
	color:#fff;
}
#headertitle h1 a:hover {
	text-decoration:none;
}

#headertitle p {
	margin:0;
	background:transparent;
	color:#fff;
	font-size:1.2em;
}

/* .widget_recent_entries * { */
/*     color: #f61; */
/* } */

/* .sidebar .widget_recent_entries h2.widgettitle { */
/*     color: #f61; */
/* } */

.widget_search {
}
.widget_search form {
	margin:0;
	padding:0;
}
.widget_search input {
	display:inline;
	width:10.9em;
	border:0.1em solid #69b;
	margin:0;
	padding:0.2em;
/* 	background:#38b; */
	background:#fff;
	color:#165279;
	font-size:1.1em;
}

.search {
	float:right;
	padding:8.0em 3% 0 0;
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	display:inline;
	width:14.9em;
	border:0.1em solid #69b;
	margin:0;
	padding:0.2em;
/* 	background:#38b; */
	background:#eee;
	color:#165279;
	font-size:1.1em;
}


/* Top navigation */
#navbar {
	border-top:0.1em solid #555;
	border-bottom:0.1em solid #555;
	background:#165279;
/*	height: 2.3em;*/
	margin: 0px;
	padding: 0px ;
}


	
#nav {
	margin:0 3%;
	padding: 0;
	list-style: none;
	}
	
#nav ul {
	padding:0.1em 0 0 0;
	margin:0;
	list-style: none;
	background:transparent;
	}

#nav a {
	color:#c6c8c9;
	display: block;
    font-weight: bold;
	padding: 0.5em;
	}
	
#nav a:hover {
	background: #237ab2;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0.5em;
}

#nav li {
	float: left;
	margin: 0;
	text-transform:uppercase;
	padding: 0 0.5em 0 0;
}
	
#nav li li {
	float: left;
	margin: 0;
	padding: 0;
	width: 14em;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #165279;
	color: #c6c8c9;;
	width: 14em;
	float: none;
	margin: 0;
	padding: 0.5em ;
	border-bottom: 1px solid #aaa;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #237ab2;
	color: #fff;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

/* Sidebar */


.sidebar ul, .sidebar p {
	padding:0;
	margin:0;
	list-style: none;
}

.sidebar p {
    margin-top: 0.6em;
}

.sidebar ul {
	font-size:1.1em;
}

.sidebar ul ul {
	font-size:1em;
}

.sidebar ul li {
	margin:0 0 2em 0;
}

.sidebar div.logo {
    text-align: center;
}

.sidebar div.logo img {
    padding: 5px; 
    vertical-align: middle;
}

.sidebar div.logo h5 {
    margin-top: 1.5em;
    text-align: center;
}


.sidebar ul ul {
	margin:0;
	padding:0;
}

.sidebar li li {
	margin:0.1em 0;
}

.sidebar li li li {
	padding-left:10px;
}

.sidebar ul h2 {
	margin:0;
	padding:0;
	color:#4588c4;
	font-size:1.2em;
	text-transform:uppercase;
}



/* Footer */
#footer { 
	text-align:center;
	font-size:1em;
	background:#165279;
	color:#eee;
}

#footer a {
	color:#aac;
}

/* Post */
.post {
	margin:0 0 4em 0;
/*	clear:both;*/
}

.post p, .post ol li, .post ul li{
 	margin-top:0;
	font-size:1.1em;
	line-height:1.35em;
	text-align:justify;
}

span.important {
    color: red;
}

span.important a {
    color: red;
}

.post p {
	margin-top:0.2em;
}

.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.postentry a {
	border-bottom:1px solid #ddd;
}
.postentry a:hover {
	border-bottom:1px solid #258;
	text-decoration:none;
}

.postmetadata {
/*	clear:both;*/
	margin:1em 0;
	font-size:1.1em;
	color:#888;
	text-align:justify;
}

div.navigation {
	font-size:1.1em;
        margin-bottom:2em
}

.postentry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}

.postentry table p {
	font-size:1em;
}


.postentry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.postentry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

table.schedule {
	border-width:0 0px 0px 0;
	border-style:solid;
	border-color:#fff;
	font-size:1.1em;
}


table.schedule tr td {
	padding:0.4em 2px 0.2em 2px;
	border-width:0px 0 0 0px;
	border-style:solid;
	border-color:#fff;
        vertical-align:text-top;
}

table.schedule tr * {
        color:#900060;
}

.schedule ul li {
    	text-align:left;
        padding-bottom: 0.3em;
}

.schedule ul {
    margin-bottom: 0.2em;
    margin-top: 0.4em;
}

.schedule h4 {
    padding-top: 0.8em;
}

.schedule h5 {
    	font-size: 1.1em;
}


table.schedule tr th {
	border-width:0px 0 0 0px;
	border-style:solid;
	border-color:#fff;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

td.hours {
    width:6.5em;
}

/* Comments */

#comments {
	font-size:1.2em;
}

.commentlist {
	margin:20px 0;
	padding:0;
	border-width:0 0.1em 0.1em 0;
	border-color:#eee;
	border-style:solid;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	border-width:0.1em 0 0 0.1em;
	border-color:#eee;
	border-style:solid;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.9em;
}

/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#aaa;
	text-align:left;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.post img {
    border: 2px solid #eeeeee;
    padding: 0.6em;
}

.plain img, .plain a, .plain a:hover, .plain a:link, .plain a:visited, .plain a:active {
    margin: 0;
    border: 0;
    padding: 0;
}

.plain a, .plain a:hover, .plain a:link, .plain a:visited, .plain a:active { 
	color:#fff;
	text-decoration:none;
}

img.alignright {
    margin: 0pt 0pt 1em 1em;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

table.excel 	{mso-displayed-decimal-separator:"\.";
 	mso-displayed-thousand-separator:"\,";
}
table.excel  td 	{padding-top:1px;
 	padding-right:1px;
 	padding-left:1px;
 	mso-ignore:padding;
 	color:windowtext;
 	font-size:10.0pt;
 	font-weight:400;
 	font-style:normal;
 	text-decoration:none;
 	font-family:Verdana;
 	mso-generic-font-family:auto;
 	mso-font-charset:0;
 	mso-number-format:General;
 	text-align:general;
 	vertical-align:bottom;
 	border:none;
 	mso-background-source:auto;
 	mso-pattern:auto;
 	mso-protection:locked visible;
 	white-space:nowrap;
 	mso-rotate:0;
}

table.excel  td a {
    color: black;
    border-bottom:0px;
    text-decoration:underline;
}

table.excel  td.xl24 	{
    font-size:8.0pt;
    background-color:white;
    border:0px solid white;                     
}
table.excel  td.xl27 	{
    background-color:white;
    border:0px solid white;                     
}

table.excel  td.xl25 	{color:white;
 	font-size:8.0pt;
 	font-weight:700;
 	font-style:normal;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#333333;
 	mso-pattern:auto none;
}

table.excel  td.xl25 a {
    color:white;
}
table.excel  td.xl28 a {
    color:white;
}
table.excel  td.xl80 a {
    color:white;
}
table.excel  td.xl82 a {
    color:white;
}
table.excel  td.xl109 a {
    color:white;
}
table.excel  td.xl73 a {
    color:white;
}
table.excel  td.xl26 a {
    color:white;
}
table.excel  td.xl29 a {
    color:white;
}

table.excel  td.xl26 	{color:white;
 	font-size:8.0pt;
 	font-weight:700;
 	text-align:center;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#333333;
 	mso-pattern:auto none;
}
table.excel  td.xl27 	{font-size:8.0pt;
 	font-weight:700;
 	text-align:center;
}
table.excel  td.xl28 	{color:white;
 	font-size:8.0pt;
 	font-weight:700;
 	mso-number-format:"Short Date";
 	text-align:center;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#333333;
 	mso-pattern:auto none;
}
table.excel  td.xl29 	{color:white;
 	font-size:8.0pt;
 	font-weight:700;
 	text-align:center;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#333333;
 	mso-pattern:auto none;
}
table.excel  td.xl30 	{font-size:8.0pt;
 	vertical-align:middle;
 	text-align:center;
 	border:1px solid windowtext;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl31 	{font-size:8.0pt;
 	text-align:center;
 	border:1px solid windowtext;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl32 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:none;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl33 	{font-size:8.0pt;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:silver;
 	mso-pattern:auto none;
}
table.excel  td.xl34 	{color:white;
 	font-size:8.0pt;
 	text-align:center;
 	border:1px solid windowtext;
 	background:#333333;
 	mso-pattern:auto none;
}
table.excel  td.xl35 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:none;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl36 	{font-size:8.0pt;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:silver;
 	mso-pattern:auto none;
}
table.excel  td.xl37 	{color:white;
 	font-size:8.0pt;
 	mso-number-format:"Short Time";
 	text-align:center;
 	border:1px solid windowtext;
 	background:#333333;
 	mso-pattern:auto none;
}
table.excel  td.xl38 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:none;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl39 	{font-size:8.0pt;
 	text-align:center;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl40 	{font-size:8.0pt;
 	text-align:center;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl41 	{font-size:8.0pt;
 	font-weight:700;
 	mso-number-format:"Short Time";
 	text-align:center;
}
table.excel  td.xl42 	{font-size:8.0pt;
 	text-align:center;
 	border-top:1px solid windowtext;
 	border-right:none;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl43 	{color:white;
 	font-size:8.0pt;
 	text-align:center;
 	border-top:1px solid windowtext;
 	border-right:none;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#333333;
 	mso-pattern:auto none;
}
table.excel  td.xl44 	{color:white;
 	font-size:8.0pt;
 	mso-number-format:"Short Time";
 	text-align:center;
 	border-top:1px solid windowtext;
 	border-right:none;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#333333;
 	mso-pattern:auto none;
}
table.excel  td.xl45 	{border-top:1px solid windowtext;
 	border-right:none;
 	border-bottom:none;
 	border-left:1px solid windowtext;
}
table.excel  td.xl46 	{color:white;
 	font-size:8.0pt;
 	text-align:center;
 	border-top:none;
 	border-right:none;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#000090;
 	mso-pattern:auto none;
}
table.excel  td.xl47 	{color:white;
 	font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#DD0806;
 	mso-pattern:auto none;
}
table.excel  td.xl48 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl49 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl50 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl51 	{border-top:1px solid windowtext;
 	border-right:none;
 	border-bottom:none;
 	border-left:none;
}
table.excel  td.xl52 	{color:white;
 	font-size:8.0pt;
 	text-align:center;
 	background:#333333;
 	mso-pattern:auto none;
        border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
       	border-top:1px solid windowtext;
}
table.excel  td.xl53 	{font-size:8.0pt;
 	font-family:Arial, sans-serif;
 	mso-font-charset:0;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl54 	{font-size:8.0pt;
 	font-family:Arial, sans-serif;
 	mso-font-charset:0;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl55 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl56 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:none;
 	border-bottom:1px solid windowtext;
 	border-left:none;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl57 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:none;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl58 	{color:white;
 	font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:none;
 	background:#DD0806;
 	mso-pattern:auto none;
}
table.excel  td.xl59 	{color:white;
 	font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:none;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#DD0806;
 	mso-pattern:auto none;
}
table.excel  td.xl60 	{color:white;
 	font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:none;
 	background:#DD0806;
 	mso-pattern:auto none;
}
table.excel  td.xl61 	{color:white;
 	font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:none;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#DD0806;
 	mso-pattern:auto none;
}
table.excel  td.xl62 	{color:white;
 	font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:none;
 	background:#DD0806;
 	mso-pattern:auto none;
}
table.excel  td.xl63 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:none;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl64 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:none;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl65 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#993366;
 	mso-pattern:auto none;
}
table.excel  td.xl66 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#993366;
 	mso-pattern:auto none;
}
table.excel  td.xl67 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#993366;
 	mso-pattern:auto none;
}
table.excel  td.xl68 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl69 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl70 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl71 	{font-size:8.0pt;
 	font-family:Arial, sans-serif;
 	mso-font-charset:0;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl72 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl73 	{color:white;
 	font-size:8.0pt;
 	font-weight:700;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:none;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#333333;
 	mso-pattern:auto none;
}
table.excel  td.xl74 	{color:white;
 	font-size:8.0pt;
 	font-weight:700;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:none;
 	background:#333333;
 	mso-pattern:auto none;
}
table.excel  td.xl75 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#00CCFF;
 	mso-pattern:auto none;
}
table.excel  td.xl76 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#00CCFF;
 	mso-pattern:auto none;
}
table.excel  td.xl77 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#33CCCC;
 	mso-pattern:auto none;
}
table.excel  td.xl78 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#33CCCC;
 	mso-pattern:auto none;
}
table.excel  td.xl79 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#33CCCC;
 	mso-pattern:auto none;
}
table.excel  td.xl80 	{color:white;
 	font-size:8.0pt;
 	font-weight:700;
 	text-align:center;
 	border-top:1px solid windowtext;
 	border-right:none;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#333333;
 	mso-pattern:auto none;
}
table.excel  td.xl81 	{color:white;
 	font-size:8.0pt;
 	font-weight:700;
 	text-align:center;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:none;
 	background:#333333;
 	mso-pattern:auto none;
}
table.excel  td.xl82 	{color:white;
 	font-size:8.0pt;
 	font-weight:700;
 	text-align:center;
 	border-top:none;
 	border-right:none;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#333333;
 	mso-pattern:auto none;
}
table.excel  td.xl83 	{color:white;
 	font-size:8.0pt;
 	font-weight:700;
 	text-align:center;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:none;
 	background:#333333;
 	mso-pattern:auto none;
}
table.excel  td.xl84 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:none;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl85 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:none;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#993366;
 	mso-pattern:auto none;
}
table.excel  td.xl86 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:none;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#993366;
 	mso-pattern:auto none;
}
table.excel  td.xl87 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:none;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#993366;
 	mso-pattern:auto none;
}
table.excel  td.xl88 	{color:white;
 	font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:none;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#DD0806;
 	mso-pattern:auto none;
}

table.excel  td.xl88 a{
    color:white;
}

table.excel  td.xl89 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid black;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl90 	{font-size:8.0pt;
 	font-family:Arial, sans-serif;
 	mso-font-charset:0;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:none;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl91 	{font-size:8.0pt;
 	font-family:Arial, sans-serif;
 	mso-font-charset:0;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:none;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl92 	{font-size:8.0pt;
 	font-family:Arial, sans-serif;
 	mso-font-charset:0;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:none;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl93 	{font-size:8.0pt;
 	font-family:Arial, sans-serif;
 	mso-font-charset:0;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:none;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl94 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:none;
 	border-bottom:none;
 	border-left:1px solid windowtext;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl95 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:none;
 	border-left:none;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl96 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl97 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:none;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl98 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl99 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:none;
 	border-bottom:1px solid windowtext;
 	border-left:none;
 	background:#1FB714;
 	mso-pattern:auto none;
}
table.excel  td.xl100 	{font-size:8.0pt;
 	text-align:center;
 	border-top:1px solid windowtext;
 	border-right:none;
 	border-bottom:1px solid windowtext;
 	border-left:none;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl101 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid black;
 	border-bottom:none;
 	border-left:none;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl102 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid black;
 	border-bottom:none;
 	border-left:none;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl103 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid black;
 	border-bottom:1px solid windowtext;
 	border-left:none;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl104 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid black;
 	border-left:1px solid windowtext;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl105 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid black;
 	border-right:none;
 	border-bottom:1px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl106 	{font-size:8.0pt;
 	text-align:center;
 	border-top:1px solid black;
 	border-right:1px solid windowtext;
 	border-bottom:1px solid windowtext;
 	border-left:none;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl107 	{font-size:8.0pt;
 	text-align:center;
 	border-top:1px solid windowtext;
 	border-right:1px solid black;
 	border-bottom:1px solid windowtext;
 	border-left:none;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl108 	{color:white;
 	font-size:8.0pt;
 	font-weight:700;
 	text-align:center;
 	border-top:1px solid windowtext;
 	border-right:1px solid black;
 	border-bottom:none;
 	border-left:none;
 	background:#333333;
 	mso-pattern:auto none;
}
table.excel  td.xl109 	{color:white;
 	font-size:8.0pt;
 	font-weight:700;
 	text-align:center;
 	border-top:1px solid windowtext;
 	border-right:none;
 	border-bottom:none;
 	border-left:1px solid black;
 	background:#333333;
 	mso-pattern:auto none;
}
table.excel  td.xl110 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:1px solid windowtext;
 	border-right:1px solid black;
 	border-bottom:1px solid windowtext;
 	border-left:none;
 	background:#FFCC00;
 	mso-pattern:auto none;
}
table.excel  td.xl111 	{font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:1.px solid windowtext;
 	border-left:1px solid windowtext;
 	background:#00CCFF;
 	mso-pattern:auto none;
}
table.excel  td.xl112 	{color:white;
 	font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:none;
 	border-bottom:1px solid black;
 	border-left:1px solid windowtext;
 	background:#DD0806;
 	mso-pattern:auto none;
}
table.excel  td.xl113 	{color:white;
 	font-size:8.0pt;
 	text-align:center;
 	vertical-align:middle;
 	border-top:none;
 	border-right:1px solid windowtext;
 	border-bottom:.5pt solid windowtext;
 	border-left:none;
 	background:#DD0806;
 	mso-pattern:auto none;
}
