body{
	background-color :#eeeeee;
}

h1{
font-size:28px;
font-family: 'times new roman';
color:blue;
}
h2{
font-size:25px;
font-family:'times new roman','roman','times new roman';
font-weight : bold;
color:blue;
}

h3{
font-size:30px;
font-family:'arial','roman','times new roman';

color:black;
}

h4{
	font-size:28px;
	font-family:'times new roman','arial','roman';
	color:#000099;
	font-weight : 700;
}

hr{
	color: #0000ff;

}
p{
	text-align:justify;
	color: #0000ff;
	font-weight : bold;
}
ul{
	font-size: 14px;
	color : #000080;
	font-weight : bold;
	list-style : circle;
}
ol{
	font-size: 14px;
	color : #000080;
	font-weight : bold;
}

p.capitalize{text-transform:capitalize}

tableTitle {
	font-weight: bold;
}
form.thin {
	margin-bottom: 0px;
	margin-top: 0px;
}
img {
	border: 0px;
}

.v {
	background-color: #cccccc;
}


table.standard th {
    background-color: #cccccc;
}
.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.center th {
	text-align: center;
}
.center table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.center th {
	text-align: center;
}

