/***** Description: This class styles the header 1 tag *****/
h1
{
	font-weight: bold;
	font-size: 2.0em;
	color:#000000;
	background-color: inherit;
	margin: 0 0 0 0;
	padding: 0.2em 0 0.4em 0;
}

/***** Description: This class styles the header 2 tag *****/
h2
{
	
	font-weight: bold;
	font-size: 1.6em;
	color:#000000;
	background-color: inherit;
	margin: 0 0 0 0;
	padding: 0.2em 0 0.4em 0;
}

/***** Description: This class styles the header 3 tag *****/
h3
{
	font-weight: bold;
	font-size: 1.3em;
	color:#000000;
	background-color: inherit;
	margin: 0 0 0 0;
	padding: 0.2em 0 0.2em 0;
}

/***** Description: This class styles the font with normal weight *****/
.normal
{
	font-weight: normal;
	
}

/***** Description: This class styles the underlying contents *****/
.contentsbar_div
{
	font-size: 1.1em;
	color: #5b5b5b;
	background-color: inherit;
}

/***** Description: This class styles the unordered lists within *****/
/***** the contents area *****/
.contentsbar_div ul
{
	padding: 0 0 0 30px;
	margin-left: 0;
	margin-right: 0;
}

/***** Description: These classes style the tables within *****/
/***** the contents area *****/
.contentsbar_div table
{
	margin-left: 0;
	margin-right: 0;
	font-size: 100%;
	border: solid 1px #000000;
	color: inherit;
	border-collapse: collapse;
	width: 80%;
	margin-top: 1em;
	margin-bottom: 1em;
}

/***** table header *****/
.contentsbar_div table th
{
	border: none;
	border: solid 1px #000000;
	text-align: center;
}

/***** table cells *****/
.contentsbar_div table td
{
	vertical-align: top;
	border: solid 1px #000000;
	color: inherit;
	padding: 0.7em 0.7em 0.7em 0.7em;
}

/***** Description: These classes style the a tags within *****/
/***** the contents area *****/

.contentsbar_div a
{
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	background-color: inherit;
}

.contentsbar_div a:hover
{
	font-size: 1.1em;
	font-weight: bold;
	color: #D90000;
	background-color: inherit;
}

/***** Description: This class styles the font size *****/
.txt_only
{
	font-size: 1.1em;
}

/***** Description: This class styles the font size *****/
.txt_img_small
{
	font-size: 1.1em;
}

/***** Description: This class styles the font *****/
.box_txt
{
	font-size: 1.1em;
	color: #000000;
	background-color: inherit;
}

/***** Description: This class styles the a tags within the boxes *****/
.box_txt a
{
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	background-color: inherit;
}

/***** Description: This class styles the a tags for the *****/ 
/***** quick links within the presentation template *****/
.presentation_link a
{
	text-indent: 2px;
	font-weight: normal;
	font-size: 1.2em;
	text-decoration: none;
	color: #ffffff;
	background-color: inherit;
}

/***** Description: This class styles the a tags for the *****/ 
/***** quick links within the presentation template *****/
.presentation_last_link a
{
	text-indent: 2px;
	font-weight: normal;
	font-size: 1.2em;
	text-decoration: none;
	color: #ffffff;
	background-color: inherit;
}

/***** Description: This class styles the a tags for the *****/ 
/***** quick links within the presentation template *****/
.presentation_last_link a:hover, .presentation_link a:hover
{
	background-color: #000000;
	color: #ffffff;
	font-weight: normal;
	font-size: 1.2em;
}

/***** Description: This class styles the header 3 tags color *****/
.title_area h3
{
	font-weight: normal;
	font-size: 1.2em;
	color: #ffffff;
	background-color: inherit;
	text-indent: 0.2em;
}

a.language:link, a.language:hover, a.language:active, a.language:visited
{
	border: solid 0.1em #e5e5e5;
	font-size: 0.9em;
	padding: 0.1em 0.3em 0.1em 0.3em;
	margin-left: 0.3em;
	text-decoration: none;
	font-weight: normal;
}

.form_border
{
 	border:0;
	padding:0; 
	margin:0;
}


