/* This is for the Main Title */
.desc_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* This is for the Sub Titles Under the Main Title */
.desc_subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* The smaller titles for the sections in the main dec body */
.desc_bodytitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* The Main body text */
.desc_bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
}

/* Same as above but in Bold Face */
.desc_bodytext_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* The main text in small size */
.desc_smtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
}

/* Same as above but in Bold Face */
.desc_smtext_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.desc_table1 {
	background-color: #FFFFFF;
}
.desc_table2 {
	background-color: #EEEEEE;
}
.desc_table3 {
	background-color: #DDDDDD;
}
.desc_table4 {
	background-color: #CCCCCC;
}
.desc_table5 {
	background-color: #999999;
}
/* italic */
.desc_bodyitalc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
