
/*  
	CSS Reset by Eric Meyer - Released under Public Domain
    http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td 
                  {margin: 0;padding: 0;border: 0;outline: 0;
                  font-size: 100%;vertical-align: baseline;
                  background: transparent;}
body              {line-height: 1;}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on December 29, 2015 */



@font-face {
    font-family: 'gillsans_lightregular';
    src: url('ufonts.com_gillsans-light-webfont.eot');
    src: url('ufonts.com_gillsans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('ufonts.com_gillsans-light-webfont.woff2') format('woff2'),
         url('ufonts.com_gillsans-light-webfont.woff') format('woff'),
         url('ufonts.com_gillsans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'gillsans_lightregular';
	background-color : #f0f0ff;
	text-align: justify;
    	text-justify: inter-word;
}

a {
	color : #0a0;
	text-decoration: underline;
}

.a2 {
	color : #00a;
	text-decoration: underline;

}

li {
	padding-left:40px;
}

div {
	font-size: 20px; 
	color : #000000;
}

.head {
	font-size: 30px; 
	color : #444;
}

.subhead {
	font-size: 15px; 
	color : #222;	
}

.content {
	font-size: 14px; 
	color : #222;	
}

.tophead {
	font-size: 17px; 
	color : #222;	
}

.greyed {
	color : #999;
}
.indent1 {
	padding-left:10px;
}
