﻿@import url("layout.css");
body{
	font-family: Tahoma;
	font-size:  10px;
	

}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: white ; 
	width:100% ;
}
#masthead {
	margin:auto;
	text-align: right;
	background-color: #336699;
	background-repeat: repeat ;
	background-position: top;
	background-repeat:repeat;
	width: 100%;

}
	
#navigation {
	border-top: 1px solid Navy;
	border-bottom: 1px solid #808080;
	border-right:2px solid Navy;
	border-left:2px solid Navy;
	background-color: #fea;
}
html>body #navigation {
	overflow: hidden;
}
#footer {
    font-family:Tahoma ;
    font-size: 10px;
	text-align: center;
	padding-bottom: 10px;
	background-color:  silver;
	height: 60px;
	width: 100%;

	
}
#Grid
{
    
}
#Grid a
{
     text-decoration:none;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
}
#navigation a {
	font-weight: bold;
	font-size:10px;
	text-decoration:   none ;
	color: #8b0000;
	display: block;
	padding: 5px;
	border: 1px solid  silver;
	background-color: #fea;
}
#navigation a:hover {
	font-weight:bold;
	font-size:10px;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}

h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_Asp_Control{
	font-style:  normal ;
	font-family:Tahoma ;
	font-size: 11px;
	padding:2px;
}
.style_Justi{
	font-family:Tahoma ;
    text-align:justify
}

.style_Asp11{
	font-style:  normal ;
	font-family:Tahoma ;
	font-size: 11px;
}

.storyheadline {
	MARGIN-TOP: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 21px; 
	MARGIN-BOTTOM: 2px; 
	PADDING-BOTTOM: 5px; 
	COLOR: navy; 
	DIRECTION: rtl; 
	MARGIN-RIGHT: 4px; 
	PADDING-TOP: 4px; 
	FONT-FAMILY:  Tahoma; 
}
.storyLead {
	MARGIN-TOP: 0px; 
	PADDING-LEFT: 10px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 15px; COLOR: navy; 
	DIRECTION: rtl; LINE-HEIGHT: 24px; 
	MARGIN-RIGHT: 4px; FONT-FAMILY: Tahoma; 
}
.StoryText {
	FONT-SIZE: 13px; 
	COLOR: #000000; 
	DIRECTION: rtl; 
	LINE-HEIGHT: 25px; 
	MARGIN-RIGHT: 4px; 
	FONT-FAMILY: Tahoma; 
	TEXT-ALIGN: justify
}
.text {
	FONT: 12px Tahoma
}
.Leftjustify
{
    text-align:left;
    direction:ltr;
}
.mystyle {
	text-align: right;
	FONT: 10pt Tahoma
	
}
.TextJustify{
    text-align: Justify;
}


