body { 
	font-size:14px;
	font-family:Tahoma,Verdana,Helvetica,Arial,sans-serif;
}



/* Main Page Content 				*/


h1 {
	text-align: left;
	margin: 0;
	padding: 15px 30px 0 27px;
	font-size:30px;
	font-weight: normal;
}

h2 {
	line-height: normal;
	padding: 15px 10px 5px 27px;
	font-size:24px;
	font-weight: normal;
}

h3 {
	line-height: normal;
	padding: 0 10px 15px 27px;
	font-size:18px;
	font-weight: normal;
}

p {
	margin: 0 25px 10px;
}

p.highlight {
    padding: 10px;
    background-color: rgba(76, 178, 87, 0.6);
}

p img {
    float: left;
    margin: 4px 10px 4px 0;    
}

p img.right {
    float: right;
    margin: 4px 0 4px 10px;
}

ul,
ol {
	margin: 0 25px 30px 50px;
}

/* generic classes */
.background {
background:#eeeeee;
}


.flash {
color : red;
}


p.small {
    font-size:13px;
    line-height: 16px;
}

/* generic tables */
table {
margin-left:30px;
border:1px #eeeeee solid;
}

table tr th {
font-weight:bold;
margin:2px;
text-align:left;
background:#dddddd;
font-size: 14px;
}

table tr td {
font-weight:normal;
margin:2px;
text-align:left;
font-size: 14px;
}

table.small tr {
    line-height: 14px;
}

table.small tr td {
    font-size: 13px;
}
