/* CSS Document 

This style sheet is for the dark blue pages */
body 
{
	
	background-color:#FFFFFF;
	color: #0033CC;
	
}
body.yellow 
{
	
	background-color:#FFFF00;
	color: #0033CC;
	
}

table.red /*  This set up the background color red for the main table for the bubble page */
{
	background-color: #D2232A;
}
td.fnt
{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 16px;
	font-weight: bold;

}

table.bckrnd
{
	background-image: url(../Registration/Images/RegBck.jpg);

}
/* ------------ Anchor Styles Class A ------------------ */ 
a:link.A    { /* used for link in home page */
	color:red;
	font-weight: bold;
}
a:visited.A  {
	color:red;
	font-weight: bold;
}
a:active.A   {
	color:red;
	font-weight: bold;
}
a:hover.A   {
	color:green;
	font-weight: bold;
	}
	
/* ------------ Anchor Styles Class B ------------------ */ 	
a:link.B    {
	font-family: Arial, Helvetica, sans-serif;		
	color:red;
	font-weight: bold;
	font-size:10pt;
}	
a:visited.B  {
	font-family: Arial, Helvetica, sans-serif;
	color:red;
	font-weight: bold;
	font-size:10pt;
}
a:active.B   {
	font-family: Arial, Helvetica, sans-serif;
	color:red;
	font-weight: bold;
	font-size:10pt;
}
a:hover.B   {
	font-family: Arial, Helvetica, sans-serif;
	color:green;
	font-weight: bold;
	font-size:10pt;
	}
/* ------------ Anchor Styles Class B ------------------ */ 


a:hover.C   /* hover for anserge at bottom of page */
{
	color:#FF0000;
	font-weight: bold;
	/*font-size:10pt;*/
	}
/* --------------- style d used in bubble ---*/
a:link.d    {
	color:yellow;
	font-weight: bold;
	font-size:10pt;
}	
a:visited.d  {
	color:#FFFF00;
	font-weight: bold;
	font-size:10pt;
}
a:active.d   {
	color:#FFFF00;
	font-weight: bold;
	font-size:10pt;
}
a:hover.d   {
	color:#66FF66;
	font-weight: bold;
	font-size:10pt;
	}	
	
/* ------------ Strong Styles Class  ------------------ */ 	

strong.1 /* Main Cat headers */
{
	font-family: Arial, Helvetica, sans-serif;
	font-type: Arial Black;
	font-weight: bolder;
	color: #FFFFFF;
	font-size:12pt;
	text-align: justify;

}


strong.2
{
	font-family: Arial, Helvetica, sans-serif;
	font-type: Arial Black;
	font-weight: bolder;
	color: #FFFF00;
	text-align: justify;

}
strong.3 /*  Headers within the paragraph large type face */
{
	font-family: Arial, Helvetica, sans-serif;
	font-type: Arial Black;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 18px;
}
strong.4 /*  Headers within the paragraphe For Yellow text*/
{
	font-family: "Times New Roman", Times, serif;
	font-type: Arial Black;
	font-weight: bold;
	color: #0033CC;
	font-size: 18px;
	text-align: center;

}
strong.5   /* blue for the An of AnSerge */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;

}

strong.6 /* red for the Serge of AnSerge */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;

}

strong.7 /* for site maintain */
{
	font-size: 10px;
	font-weight: normal;
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;


}

strong.1r /* Main Cat headers Red*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-type: Arial Black;
	font-weight: bolder;
	color: #FF0000;
	font-size:14pt;
	

}

/* ------------ Div Styles Class  ------------------ */ 

div.A 
{
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	
}

div.B
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 9px;
	color: #FF0000;
	font-weight: bolder;

}

div.D
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #FFFFFF;

}

div.E /* Used for body of email  */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0033CC;

}
div.F
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #FF0000;
	font-weight: bolder;
	text-decoration: blink;

}

div.G  /* used for header in Email - Red */
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #0033CC;
	font-weight: bolder;
	text-align: center;

}


div.H  /* used for header in Email - Blue */
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #0033CC;
	font-weight: bolder;
	text-align: center;

}

/* ------------ Paragraph Styles Class B ------------------ */ 

p.1 /* Main paragraphs font types and font size */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
p.1j /* Main paragraphs font types and font size */
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
p.2 /* Main paragraphs font types and font size  with justification*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}
p.B
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #FFFFFF;

}
p.C
{
	text-align: justify;

}

p.D
{
	color: #FFFF00;

}
p.e
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #006600;
	text-align: left;
}


hr {
	color:#003366
}

/*/------------- For Registration form -----------------*/

p.rf01
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

strong.rf01
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;


}

strong.rf02
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

strong.rf03
{
}


a:link.1   {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color:Red;
	font-weight: bold;
	font-size:14pt;
}	
a:visited.1  {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color:#FF0000;
	font-weight: bold;
	font-size:14pt;
}
a:active.1   {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color:#999999;
	font-weight: bold;
	font-size:14pt;
}
a:hover.1   {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color:#009999;
	font-weight: bold;
	font-size:14pt;
	font-style: normal;

	}	

	
/* ------------ End of Cascade Styles ------------------ */ 
