/* CSS Document */
/****************************** general ********************************/
.menu  { color: #FFFFFF;
		 font-size: 13px;
		  }

h1 {
	font-size: 21px;
	font-weight: bold;
	margin: 4px 0px 3px 0px;
}		  

h2 {
	font-size: 17px;
	font-weight: normal;
	margin: 6px 0px 3px 0px;
}		  

.smallhead {
	font-size: 16px;
	font-weight: bold;
	background: #d9bfc4;
	padding: 2px;
	margin-top: 15px;
}

.smallhead h2{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.smalltext {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.caption {
	font-size: 8px;
	font-weight: normal;
	text-align: center;
}

p {
	margin: 6px 0px 3px 0px;
}

a, a:hover{
text-decoration: none;
color: #0000FF;
margin:0px;
padding:0px;
}

a:hover {
text-decoration: underline;
color:#0000ff;
font-size:13px;
}

.generalerror {
	color:#FF0000;
}

/********************** topmenu *********************/

#topmenu a, a:hover{
color:#FFFFFF;
font-size:12px;
margin:3px;
padding:0px;
}

#topmenu a:hover{
text-decoration:underline;
}

/*************************** botommenu **********************/

#bottommenu a, a:hover{
color:#0000ff;
font-size:9px;
margin:3px;
padding:0px;
}

#bottommenu a:hover{
text-decoration:underline;
}

/*********************** center block **************************/

#center-block a, a:hover {
color:#0000FF;
text-decoration:none;
font-size:13px;
margin:0px;
padding:0px;

}

#center-block a:hover{
text-decoration:underline;
}

#center-block table{
font-size:13px;
}


ul {
	padding: 5px 0px 10px 10px;
	margin: 0px;
	list-style-type: disc;
}

li {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 10px;


}
.larger1 {
	font-size: 14px;
}

.quote-signature {
	font-weight: bold;
}

/******************************** about us page *******************************************/
#abut-us-list ul{
text-align:left;
list-style-type:none;
list-style-position:outside;
margin:0px;
padding:0px;
}

#abut-us-list ul li{
list-style-type:none;
background:url(../images/string-bullet.gif) left no-repeat;
margin:5px;
padding:0px 0px 0px 15px; 
}

/****************** link page **************************/

#center-block .link-style{
color:#567990;
}
