/* CSS Document */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color:#CCCCCC;
	line-height: 1.4;
}

.main {
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		color:#CCCCCC;
		line-height: 1.4;

		}

.heading {
		font-family: arial, helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;	
		color: #F1CF9D
		}

.heading2 {
		font-family: arial, helvetica, sans-serif;
		font-size: 12pt;
		color: #F1CF9D
		}		


.small {
			font-size: 8pt;
		  }		

.toc a:link,
.toc a:visited,
.toc a:hover,
.toc a:active {text-decoration:none;}  

a:link { 	
	text-decoration: underline;
	color: #ffffff;
	}
a:visited {
	text-decoration: none;
	color: #ffffff;
	}
a:hover { 
	text-decoration: none;
	color: #F1CF9D;	
	}
a:active { 
	text-decoration: none;
	color: #F1CF9D;	
	}

input[type=text] {width:250px;border:1px solid #aaa;}
select {width:250px;border:1px solid #aaa;}
textarea {width:250px;height:100px;}

.topmenu {background-color:#000;height:30px;width:100%}
.topmenu table {height:30px;margin:0 auto 0 auto;}
.topmenu table td {padding:5px 10px 5px 10px;}
.topmenu table td a:link,
.topmenu table td a:active, 
.topmenu table td a:visited {text-decoration:none;color:#fff;}
.topmenu table td a:hover {text-decoration:underline;color:#F1CF9D;}

.main-qoute {width:350px;margin:30px 30px 50px 20px;font-family:times new roman;font-size:18px;color:#fff;text-align:center;}
.main-qoute span {color:#000;font-size:16px;}

.main-text {width:350px;margin:90px 30px 50px 30px;color:#fff;text-align:left}
.main-text h1 {font-size:15px;}

.images {margin-top:20px;}
.images img {border:1px solid #999;float:left;width:120px;}

h1 {background:#8D192E;padding:4px;color:#fff;font-size:20px;}
ol {margin:0 0 0 20px;padding:0;}

