@media screen
{
/* Default CSS Stylesheet for a new Web Application project */

.MainTable
	{
		border-right: #775796 1px solid;
		border-top: #775796 1px solid;
		border-left: #775796 1px solid;
		border-bottom: #775796 1px solid;
	}
	
.ColumnMenu
{
	/*background-image: url(images/left_column_bg.jpg);*/
	background-color: #53396E;
	width:218;
}	
	

.MenuCssClass
	{
		background-color: #1655BE;
		border-right: #558be8 1px solid;
		border-top: #558be8 1px solid;
		border-left: #558be8 1px solid;
		border-bottom: #558be8 1px solid;
		color:White;
		cursor:pointer; 
		padding: 4 4 4 4;
		
	}
	
.MenuSelected
{
	color:#F1B80E;
	background-color:#3E79DE;
	cursor:pointer; 
}

BODY 
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
margin: 0 0 0 0;
   
}

TABLE
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
	}

 H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #BB8657;
}
H1	{	
	font-family: Arial,Verdana, Helvetica, sans-serif;
	color:#A94A53;
	font-size:	16pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial,Verdana, Helvetica, sans-serif;
	color:#C7885A;
	
	font-size:	12pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

/*
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
*/	
SMALL
	{
		font-size: 0.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
	
	
	.BTNSSized
{   font-family:verdana,arial,helvetica; 
	font-size:12px;background: #EEEEEE; 
	cursor: hand;
	height:25px;
	border-bottom: 1px solid #da0101;
	 border-right: 1px solid #da0101;
	 border-left: 1px solid #da0101; 
	 border-top: 1px solid #da0101;
}


.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
}
.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #C60202;
}
.Heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #2F2F2F;
}
A
{
color: #9374A4;	}
 A:active 
 {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
 	font-size: x-small;
	color: rgb(255,153,0);
	color: #9374A4;
	text-decoration: none ;
}
 A:link { font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif, sans-serif;
 	font-size: x-small;
	color: #9374A4;
	text-decoration: none ;
}
 A:visited { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
 	font-size: x-small;
	color: #9374A4;
	text-decoration: none ;
}
 A:hover { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size: x-small;
	color: rgb(255,153,0);
	color: #9374A4;
	text-decoration: underline;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
}

.GridHeader
{
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
 	font-size: x-small;
	font-weight:bold;
	background-color:#A94A53;
	color:White;  
}
.GridItems
{
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
 	font-size: x-small;
	text-decoration: none ;
}
.MenuClass
{
  
}

.Column1{ width:218;}
.Column2{width:20;}
.Column3{width:745;}

.CssClass
	{
		border-right: #775796 1px solid;
		border-top: #775796 1px solid;
		font-weight: bold;
		font-size: xx-small;
		border-left: #775796 1px solid;
		cursor: pointer;
		color: white;
		border-bottom: #775796 1px solid;
		font-family: Verdana;
		background-color: #53396E;
	}

.DefaultCssClass
	{
		border-right: #775796 1px solid;
		border-top: #775796 1px solid;
		border-left: #775796 1px solid;
		border-bottom: #775796 1px solid;
	}

.SelectedMenuItemClass
	{
		border-right: #775796 1px solid;
		border-top: #775796 1px solid;
		font-weight: bold;
		font-size: xx-small;
		border-left: #775796 1px solid;
		color: white;
		border-bottom: #775796 1px solid;
		font-family: verdana;
		/*background-color: #84acfd;*/
		background-color: #9374A4; 
	}

.UnSelectedMenuItemClass
{
}

}