@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Open Sans', sans-serif;				/* any suitable font */
	width:100%;										/* within space provided */
	color:#000000;									/* font color; */
	

 }

p{											/* set all p font characters*/
	font-size:17px;						/* set default all font sizes on the page[1em=50 pixals] */
	font-style:;					/* normal; italic; */
	font-family: 'Open Sans', sans-serif;				/* any suitable font */
	font-weight:;					/* bold; normal; */
	font-variant:;						/* small-caps; normal; */
	width:95%;							/* within space provided */
	letter-spacing:;					/* ??????; */
	color:#333;							/* font color; */
	text-indent:;					/* First line of text;  */
	text-align:justify;					/* left;center;right;justified;auto;  */
	text-decoration: none;				/* overline;underline;line-through; */
	text-transform:;					/* upper;lower; capitalize; */
	line-height:20px;					/* height per line of text */
	}			

p.a{										/* Use"#"to set 'ID' i.e.= '*p" In coding set up as <p id="p1">*/

		font-size:16px;						/* set default all font sizes on the page[1em=50 pixals] */
		font-style:italic;					/* normal; italic; */
		font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;				/* any suitable font */
		font-weight:;					/* bold; normal; */
		font-variant:;						/* small-caps; normal; */
		width:100%;							/* within space provided */
		letter-spacing:1px;					/* ??????; */	
		background-color:;				/* behind text only;  */
		color:#900;							/* font color; */							
		text-indent:0;					/* First line of text;  */
		text-align: justify;					/* left;center;right;justified;  */
		width:100%;							/* width of text on page; */
		text-decoration: none;				/* overline;underline;line-through; */
		text-transform:;					/* upper;lower; capitalize; */
		line-height:1;					/* height per line of text */
	
}	

#p1{										/* Use"#"to set 'ID' i.e.= '*p" In coding set up as <p id="p2">*/

		font-size:15px;						/* set default all font sizes on the page[1em=50 pixals] */
		font-style:;					/* normal; italic; */
		font-family:candara;				/* any suitable font */
		font-weight:;					/* bold; normal; */
		font-variant:;						/* small-caps; normal; */
		width:100%;							/* within space provided */
		letter-spacing:0px;					/* ??????; */	
		background-color:;				/* behind text only;  */
		color:#09F;							/* font color; */							
		text-indent:;					/* First line of text;  */
		text-align:justify;					/* left;center;right;justified;auto;  */
		width:95%;							/* width of text on page; */
		text-decoration: none;				/* overline;underline;line-through; */
		text-transform:;					/* upper;lower; capitalize; */
		line-height:;					/* height per line of text */
	
}

#p2{										/* Use"#"to set 'ID' i.e.= '*p" In coding set up as <p id="p3">*/
		font-size:15px;						/* set default all font sizes on the page[1em=50 pixals] */
		font-style:;					/* normal; italic; */
		font-family:Candara;				/* any suitable font */
		font-weight:;					/* bold; normal; */
		font-variant:;						/* small-caps; normal; */
		width:95%;							/* within space provided */
		letter-spacing:1px;					/* ??????; */
		background-color:;				/* behind text only;  */
		color:#060;							/* font color; */
		text-indent:;					/* First line of text;  px*/
		text-align:;					/* left;center;right;justified;  */
		width:95%;							/* width of text on page; */
		text-decoration: none;				/* overline;underline;line-through; */
		text-transform:;					/* upper;lower; capitalize; */
		line-height:20px;					/* height per line of text */
	
}

#p4{										/* set all p font characters*/
	font-size:17px;						/* set default all font sizes on the page[1em=50 pixals] */
	font-style:;						/* normal; italic; */
	font-family:Candara;	/* any suitable font -lucida sans unicode-candara */ 
	font-weight:2px;						/* bold; normal; */
	font-variant:small small-caps;						/* small-caps; normal; */
	width:2px;							/* within space provided */
	letter-spacing:1px;					/* ??????; */
	background-color:;					/* behind text only;  */
	color:#000;							/* font color; */
	text-indent:auto;						/* left;center;right;justified;auto;  */
	width:95%;							/* width of text on page; */
	text-decoration: none;				/* overline;underline;line-through; */
	text-transform:;				/* upper;lower; capitalize; */
	line-height:20px;					/* height per line of text */
	text-align: justify;				/* left;center;right;justified;  */
	margin-top:10px;					
	margin-bottom:20px;
	margin-right:10px;
	margin-left:20px;
	}

.c{
	text-align:center;
	font-weight: bold;
}					/* Use"."to set"Class otion*/
.j{text-align:justify;
	color: 5a6dfc;
}
.cj{color: #09F;
	text-align:justify;
	font-size:15px;	
	


}
.t{color: #960;
	font-family:Arial Narrow;	
	text-align:;
	font-size:14px;	
}
.formtext{text indent:2px; font-size: 14px; color:#990; text-align:left; letter-spacing: 1px; font:Tahoma; background:;}		/* text in forms */								


h1{color:#600; font: text-align:left; bold 37px Arial;}			/* heading of para(em/em =front em= font size back em = space before and after*/
h2{color:#09C; font: text-align:left; bold 32px verdana;}				/* heading of para */
h3{color:#960; font: text-align:left; bold 27px verdana;}
h4{color:#660; font: text-align:left; bold 22px verdana;}
h5{color:#663; font: text-align:left; bold 18px verdana;}
h6{
	color:#033;
	text-align:left;
	font: bold 15px verdana;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

a:link      {color:#03C;text-decoration:none; font:  candara; background:;}/* unvisited link */	
a:visited   {color:#390;text-decoration:none; font:  candara; background:;}/* visited link */
a:hover     {color:#C63;text-decoration:none; font:  candara;background:#CCC;}	/* mouse over link */
a:active    {color:#999;text-decoration:none; font:  candara; background:#CC9; }/* selected link */

.link_ext {
 	height: 20px;
 	background: url(../public_html/link_ext.gif) no-repeat right 4px;
 	padding: 0 13px 0 0;
}

ol {


    font-family: "Courier";
	font-size:14px;	
    border: ;
    color: #C90;
  }
			
ul {

	
    font-family: "candara";
	font-size:17px;
	text-align:left;		
    border: ;
    color: ;
	line-height:500px;
	margin-top:10px;					
	margin-bottom:20px;
	margin-right:100px;
	margin-left:10px;	
	
  }
  
  li {
	
    font-family: candara;
	font-size:18px;	
    border: ;
    color: ;
	line-height:12px;
	margin-top:10px;					
	margin-bottom:0px;
	margin-right:10px;
	margin-left:10px;		
	
  }
