/*---------------------------*/

body {
	background-color: #FFFFFF;
	background-image: url(images/blueback.jpg);
	color: black;
	font-family: Verdana, Arial, sans-serif;
}

h1, h2, h3 {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

/*--------left justified header tags*/
h1.h1l, h2.h2l, h3.h3l {
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

h4, h5 {
	background-color: transparent;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

h4.h4l, h5.h5l {
	background-color: transparent;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

/*--------------------------------*/
img {
	border: none;
}

/*code for tables. C0=Centered with 0 border*/
/*C1 would be cntered with a 1 border*/
/*L1 would be Left alligned with a 1 border, etc*/
table.tablec0, tr.tr0, td.td0, img.img0 {
	border: none;
	margin-left: auto;
	margin-right: auto;
}

table.tablec1, tr.tr1, td.td1, img.img1 {
	border: thin; /*border-color: transparent;*/
	border-style: ridge;
	border-width: thin;
	margin-left: auto;
	margin-right: auto;
}

table.tablec2, tr.tr2, td.td2, img.img2 {
	border: thick; /*	border-color: transparent;*/
	border-style: ridge;
	border-width: thick;
	margin-left: auto;
	margin-right: auto;
}

table.tablel0, tr.trl0, td.tdl0, img.imgl0 {
	border: none;
	margin-left: 0%;
	margin-right: auto;
}

table.tablel1 {
	border: thin;
	border-style: solid;
	margin-left: 0%;
	margin-right: auto;
}

table.tablel2 {
	border: medium;
	border-style: solid;
	margin-left: 0%;
	margin-right: auto;
}

/*vertical-align: top;*/
.center {
	margin-left: auto;
	margin-right: auto;
}
.bold{
font-weight: bold;
}
/*-------------------------------------------------------*/
/*---------font sizes---------*/

.largefont {
	font-size: large;
}

.largerfont {
	font-size: larger;
}

.mediumfont {
	font-size: medium;
}

.smallerfont {
	font-size: smaller;
}

.smallfont {
	font-size: small;
}

.textflowleft {
	float: right;
}

/*-------------text alignment--------------*/
.textleft {
	text-align: left;
}

.top {
	vertical-align: top;
}
/*------------------widths (for tables especially)---------------*/
.width100 {
	width: 100%;
}
.width60{
	width: 60%;
}

.width20 {
	width: 20%;
}
.width10 {
	width: 10%;
}
/*width 20 top aligned*/
.width10t {
	width: 10%;
	vertical-align: top;
}
.width20t{
	vertical-align: top;
	width: 20%;
}
/*width 60% top aligned*/
.width60t{
	vertical-align: top;
	width: 60%;
}
/*width 100% top aligned*/
.width100t{
	vertical-align: top;
	width: 100%;
}
/*--------------end of widths--------------*/

/*-------------Font Sizes-----------------*/
.xlargefont {
	font-size: x-large;
}

.xsmallfont {
	font-size: x-small;
}

.xxlargefont {
	font-size: xx-large;
}

.xxsmallfont {
	font-size: xx-small;
}
/*----------------end of font sizes---------------------*/


