﻿@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#336699;
}

.title {
	/*font-weight: bold;*/
	font-size:14px;
	color:#184485;
}

.centered_bg {
	background-repeat:no-repeat;
	background-position: center center;

}



.dynamicCSS
{
    text-align:left;
} 

.nonrepeat_title_bg {
background-repeat:no-repeat
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003366;
	font-weight: bold;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	/*color:#0060BF;  /*verge of blue color*/
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	/*color:#0060BF;*/
	/*color: Blue;*/
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	text-decoration: none;
}
ul {
	list-style-type: square;
}

/*
TD
{
	color: #336699;
}
*/
STRONG
{
	font-size:medium;
}
