body {font: 13px Verdana, sans-serif; line-height:1.4em; background-color:#f6efe1; color:#333;}

a:focus{outline:1px dotted invert}

a	{text-decoration: none; color: #1945d2;}

hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}

h1{font-size:25px; font-family:Helvetica, sans-serif;}

h2{font-size:23px; font-family:Helvetica, sans-serif;}

h3{font-size:21px; font-family:Helvetica, sans-serif;}

h4{font-size:19px;line-height:1.1em; font-family:Helvetica, sans-serif;}

h5{font-size:17px; font-family:Helvetica, sans-serif;}

h6{font-size:15px; font-family:Helvetica, sans-serif;}

ol{list-style:decimal}

ul{list-style:square}

li{margin-left:30px}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}

blockquote p {font-family: times, serif; font-style: italic; background-color: #f6efe1; border-left: 2px solid red; padding:5px;}



/* Text Styles For L365 */

.container_12 {background-color:white;-webkit-box-shadow: rgba(0,0,0,0.35) 0 2px 5px; -moz-box-shadow: rgba(0,0,0,0.35) 0 2px 5px;}

.imgshadow {-webkit-box-shadow: rgba(0,0,0,0.35) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.35) 0 1px 3px;}

.tiny {font-size: smaller; font-family: 'Lucida Grande', sans-serif;}

.navbar li {list-style-type:none; display: inline; margin:0 0 0 0;}

.navbar li a {
	font-size: 0.8em;
	font-weight:bold;
	padding:10px;
	color: #333333;
	background-color: #999999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
	background-image: -moz-linear-gradient(top, #ccc, #999);
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}

.navbar li a:hover {
	color: red;
	background-color: yellow;
}

.yellow {background-color:yellow;}


/* table styles */

table{
background-color:#ffffff;
border: solid 1px #d9d9d9;
width:100%;
}

td {text-align:left; 
	padding:5px;
	border-bottom:solid 1px #d9d9d9;
}

th {
height: 25px;
text-align:center;
color: #4c566c;
background-color:#c5ccd3;
padding: 5px;
border-bottom:solid 1px #d9d9d9; }

