body {
	font-family: "Palatino Linotype", Times New Roman;
	font-size: 13px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #FFFFFF;
}

td {
	font-family: "Palatino Linotype", Times New Roman;
	font-size: 13px;
	color: #000000;
}

th {
	font-family: "Palatino Linotype", Times New Roman;
	font-size: 13px;
	color: #000000;
}

form {
	font-family: "Palatino Linotype", Times New Roman;
	font-size: 12px;
	color: #330000;
	border: #000000;
	}

input {
	font-family: "Palatino Linotype", Times New Roman;
	font-size: 12px;
	color: #330000;
}

textarea {
	font-family: "Palatino Linotype", Times New Roman;
	font-size: 12px;
	color: #330000;
}

select {
	font-family: "Palatino Linotype", Times New Roman;
	font-size: 12px;
	border: #FF0000;
	color: #330000;
	width:180px;
}

ul {
	font-family: "Palatino Linotype", Times New Roman;
	font-size: 13px;
	list-style-type: disc;
	list-style-position: outside;
	border: #990000;
	color: #000000;
}

li {
	font-family: "Palatino Linotype", Times New Roman;
	font-size: 13px;
	border: #000099;
	color: #000000;
}

ol {
	font-family: "Palatino Linotype", Times New Roman;
	font-size: 13px;
	list-style-type: upper-roman;
	list-style-position: outside;
	border: #00FFFF;
	color: #000000;
}
img {
	border-color: #0066FF;
}
.icon{
border-color: #0066FF;
border:1;
}

hr {color: #000000;}
h5 {color: #330000;}
h1 {color: #000000;}

.style1 {color: #000000;
font-weight: bold;}
.style2 {
	color: #000000;
	font-weight: bold;
	font-size: 14;
}
.style3 {color: #0099FF;
font-weight: bold;
	font-size: 12;
	}

border {border-color: #330000;}

.rej-input {
	font-family: "Palatino Linotype", Times New Roman;
	font-size: 12px;
	color: #000000;
	background-image:url(../images/bg-input.gif);
}
.rej-select {
	font-family: "Palatino Linotype", Times New Roman;
	font-size: 12px;
	background-color: #FFB7B7;
	border: #FF0000;
	color: #330000;
	width:180px;
}
.ogl-td {
	font-family: "Palatino Linotype", Times New Roman;
	font-size: 11px;
	color: #000000;
}
.zalog {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
}
	/*             styles for the star rater                */	
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 150px;
		height: 30px;
		position: relative;
		background: url(../images/star_rating.gif) top left repeat-x;		
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		height:30px;
		width: 30px;		
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:30px;
		height: 30px;
		line-height:30px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url(../images/star_rating.gif) left center;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:30px;
	}
	.star-rating a.two-stars{
		left:30px;
	}
	.star-rating a.two-stars:hover{
		width: 60px;
	}
	.star-rating a.three-stars{
		left: 60px;
	}
	.star-rating a.three-stars:hover{
		width: 90px;
	}
	.star-rating a.four-stars{
		left: 90px;
	}	
	.star-rating a.four-stars:hover{
		width: 120px;
	}
	.star-rating a.five-stars{
		left: 120px;
	}
	.star-rating a.five-stars:hover{
		width: 150px;
	}
	.star-rating li.current-rating{
		background: url(../images/star_rating.gif) left bottom;
		position: absolute;
		height: 30px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}

