/*General.css*/
body{
	margin:           10 1%;
}

address{
	font-family:	    Arial;
	font-size:	      10px;
	font-style:	      normal;
}
h1{
	font-weight:      bold;
	font-size:        180%;
	color:            #ffaa44;
	padding:          5px 0 5px 15px;
	border-width:     0 0 0 30px;
	border-style:     solid;
	border-color:     #ffff99;
}
h2{
	font-weight:      bold;
	font-size:        130%;
	color:            #080ca0;
	padding:          0 0 0 10px;
	border-width:     0 0 0 20px;
	border-style:     solid;
	border-color:     #080ca0;
}
h3{
	font-weight:      bold;
	font-size:        120%;
	color:            #3333dd;
}
h4{
	font-weight:      bold;
	font-size:        100%;
	color:            #906000;
}
em{
	font-weight:      bold;
	font-style:       normal;
	color:            #0f6a28;
}
strong{
	font-weight:      bold;
	font-style:       normal;
	color:            #dd3333;
}
td.title{
	font-size:        100%;
	font-weight:      bold;
	color:            #ffffff;
	background-color: #b57e1f;
	text-align:       center;
}
td.tbody{
	font-size:        90%;
	background-color: #caf4ca;
	text-align:       left;
}
.new{
	font-family:      century;
	font-weight:      bold;
	font-style:       normal;
	color:            #ff0000;
}
.big{
	font-weight:      bold;
	font-size:        130%;
} 
.small{
	font-size:        80%;
}

