body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000000;
		line-height:1.5em;
}

body {
	background-color: #FFFFFF;
	background-image: url(images/tutborder.gif);
	background-repeat: repeat-y;
	margin-left: 125px;
	margin-right: 50px;
}

.style10 {color: #000066}
 li.c4 {list-style: none}
 p.c3 {text-align: justify}
 p.c2 {text-align: center}
 div.c1 {text-align: center}
.style14 {font-size: 12px}


# img {
border: none;
}


#navbar ul {
background-color:#FFFFFF;  /* Background Box Content Color Light Blue */
list-style-type:none;
text-align:center;
border:none;
margin:0;
padding:10px;
}

#navbar ul li a {
color:#2B4362;					/* Unvisited Text Color Dark Blue */
background-color:#DDE2EE;  /* Unvisited background Button Color Med Blue */
text-decoration:none;
padding:5px;
}

#navbar ul li {
display:inline;
}

#navbar ul li a:visited {
color:#716F64;              /* Button Text Color of Visisted Link Button */
background-color:#E8EEFD;   /* Background color of Visited Link */
text-decoration:none;
}

#navbar ul li a:hover {
color:#FFFF80;            /* Text Color of Hover Link Button */
background-color:#5C7AB9;    /* Background Color of Hover Link Button */
}

#navbar ul li a.current {
color:#ffff80;					/* Text Color of Current Link Page Button Your On ...Yellow */
background:#5C7AB9;				/* Background Color of Current Link Page Button Your ON */
}

a:link {
	background-color: #F5F7FA;
	color: #4E7AB1;
	text-decoration: none;
	border:#9CA3B8;
}



a:visited {
	background-color: #F5F7FA;
	color: #354D7D;
	text-decoration: none; 
}


a:hover {
	color:#4D546A;
	background-color:#EBEDF4;
	text-decoration:none;
}


a:active {
	background-color: #E3E7F0;
	color: #5C7AB9;
	text-decoration: none; 
}

