/* Default CSS Stylesheet for a new Web Application project */

BODY, td{
    FONT-FAMILY: arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: #808080;
}

a
(
    FONT-SIZE: 8pt;
)

.PageTitle
{
	border:Double 3px #80B3C8;
	background-color:#80B3C8;
	color:black; 
	font-weight:600;  
	padding:4 ;
}
 
	INPUT
	{
	border-right: #909090 1px solid;
	BORDER-TOP: #909090 1px solid;
	BORDER-LEFT: #909090 1px solid;
	font-size :12px;
	BORDER-BOTTOM: #909090 1px solid;

	color:#000000;
	
	}
	
.section
	{
border : 1px #A0A9A2;
border: 1px solid #808080;
background-color: #E5E5E5;
 border-top : 1px solid;
 font-weight : bold;
 color : #242424;
 border-width : 1px 1px 1px 1px;
 font : 700 8.5pt;
}

.4section
	{
border : 1px #A0A9A2;
border: 1px solid #808080;
background-color: #CFC59A;
 border-top : 1px solid;
 font-weight : bold;
 color : #330000;
 font : 700 8.5pt;
}

.firstparagraph
{
	color : #333333;
	font-weight: 700;
	font : arial;
}

.secondparagraph
{
	color : #FF6600;
	font-weight: 700;
	font : arial;
}

.writer{
 color : #EA5226;
 font : 600  8pt;
	}

.articlehead{
background-color: #ECE9D8;
	font-style : normal;
	font-weight : bold;
	}

.Signature{
	color : #4F5754;
	font : italic;
}
.ImagePhotgrapher
{
	FONT-SIZE: 10px;
	color: #000000; 
	TEXT-Align: right;	
}
.ImageCaption
{
	FONT-SIZE: 12px;
	color : #FF6600;
	TEXT-Align: left;	
}
.PullQuote
 {
 font-size: 15px;
 font-weight:bold;  
 text-align:center;
 BORDER-right: #808080 1px solid;
 color:#000080;
 padding:10 ;
 }
 
 .Calendar1 {
 	font-family: Arial;
	font-size: 7.5 pt;
	font-weight: bolder;
	background:#F2F2F2;
	color:#FF6600;
 }