/* HTML Tags*/

body {
	font-size:small;
	color:#333333;
	padding:0px;
	margin:0px;
}
h1 {
	font-size:x-small;
	color:#003366;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
h2 {
	font-size:small;
	color:#006666;
	margin:0px;
	padding:0px;
}
h3 {
	font-size:medium;
	color:#003366;
	margin:0px;
	padding:15px 0px 5px;
}

th {
	background-color:#D8E1EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
}

/*Sub-Classes*/
a:link {
	color:#0066CC;
	text-decoration:none;
}
a:visited {
	color:#003399;
	text-decoration: none;
}
a:hover {
	color:#FF6600;
	text-decoration:underline;
}
/* templates parts*/
.img-left {
	margin-right:5px;
}
.img-right {
	margin-left:5px;
}
td#mainmenu {
	background-color:#BEBA69;
}
td#mainswf {
	background-color:#DAD7AB;
}
div#sub {
	background-image:url(../images/subbg_r3_c1.gif);
	background-repeat:repeat-y;
}
div#sub .title {
	padding:20px 10px 20px 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
div#sub .menu {
	width: 200px;
	border-right: 1px solid #CCCCCC;
}
div#sub .menu-sub{
	line-height:250%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009933;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 20px;
	text-indent: 10pt;
	background-image:url(../images/dot.gif);
	background-repeat:no-repeat;
	background-position: 7px 15px;
}
div#sub .menu-sub a{
	display:block;
	color:#333333;
}
div#sub .menu-sub a:hover{
	background-color:#E6E4C4;
	text-decoration:none;
	color:#333333;
}
div#sub .content{
	padding:10px;
	margin-bottom:50px;
}
div#sub .paragrapg01 {
	margin-bottom:10px;
}
.footer {
	font-size:x-small;
}
.footer a:link, .footer a:visited{
	font-size:small;
	color:#550000;
}

/*Extra Classes*/
.warning{
	color:#CC0000;
	font-weight:bold;
	line-height:140%;
	margin-bottom:10px;
}