html {
	margin: 0px auto;
	padding: 0;
}

body { 
	font-family: Arial, Helvetica, sans-serif;
	
}

h1,h2,h3,h4,h5,h6,a,blockquote,th,tr,td,div,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000000;
}
p.TNR {
	font-family:  Times New Roman, serif;
	font-size: larger;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000000;
}

.bluecolor {
	color:#03F;
}

a.style {
	color:#03F;
	text-decoration: none;
}

p.italic {
	font-style:italic
}

p.signleindent {
	text-indent:1em;
}

p.doubleindent {
	text-indent:2em;
}

p.tripleindent {
	text-indent:3em;
}


p.paragraph {	
	text-align:justify;
	text-indent:2em;
	font-size:medium;
}

h2.fontsize {
	font-size:x-large;
}

h1.fontsize {
	font-size:xx-large;
}

h3.fontsize {
	font-size:larger;
}

h4.fontsize {
	font-size:large;
}

h6.fontsize {
	font-size:large;
}

h1.align {
	text-align:center;
}

h2.align {
	text-align:center;
}

h3.align {
	text-align:left;
}

h4.align {
	text-align:left;
}

h6.align {
	text-align:center;
}

img {
	border: 0 none;
}

.title {
	font-weight:normal; 
	font-size:3em; 
	color:#03F;
	text-decoration: none;
}

.subtitle {
	font-weight: normal; 
	font-size: 1.5em; 
	text-decoration: none;
}

.author {
	font-weight: normal; 
	font-size: 2em; 
	color:#03F;
	text-decoration: none;
}

.paragraph {
	text-align: justify;
	text-indent: inherit;
}

.navigationMenuTable {
	border: 0 none;
	padding: 0;
	border-style: none;
	background-color: #FFF;
	width: 100%;
	height: auto;	
}

.divTable {
	display:table;
    background-color:#FFF;
    border:0;
	width: 100%;
}

.divRow {
       display:table-row;       
}

.divCellLeft {
        float:left;
        display:table-cell;
        width:33%;
}

.divCellMiddle {
        float:none;
        display:table-cell;
        width:33%;
}


.divCellRight {
        float:right;
        display:table-cell;
		text-align:right;
        width:33%;	
}

.verAlignMiddle {
	vertical-align:middle;
}

.paddingleft {
	padding-left:30;
}

.paddingright {
	padding-right:30;
}

.paddingtopbottom {
	padding-top:5;
	padding-bottom:5;
}

.thick {
	font-weight:bold;
}

.headerfont {
	font-size:1.5em;
	color:#6CF;
}