/* @override http://www.gradwell.com.local/css/fonts.css */

/* CSS Document */

p, h1, h2, h3, h4, h5, h6 {

	margin:0 0 15px 0;
	padding:0;
	letter-spacing:0;

}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color:#000;
	margin:0 0 15px 0;
}

h1 { 
	font-size:28px; 
	letter-spacing:0px;
}

h2 { 
	font-size:24px; 
}

h3 { 
	font-size:24px;
	font-style:italic;
}

h4 { 
	font-size:18px; 
}

h5 { 
	font-size:18px; 
	font-style:italic;
}

h6 { 
	font-size:14px; 
}

p, ul, ol, table {
	font-size:13px;
	line-height: 20px;
	color:#000;
}

ul {
	padding:0;
	margin:0 0 0 18px;
}

ul li {
	list-style-image:url(/images/buttons/list_item.gif);
}

hr {
	border: none 0; 
	border-top: 1px solid #CCC;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

/* Anchor styles */


a.external {
	background:url(/images/buttons/external_link.gif) no-repeat left;
	padding:0 0 0 15px;
}

a { text-decoration: underline }

a.support_link:link { color: #000; text-decoration: none }
a.support_link:visited { color: #000; text-decoration: none }
a.support_link:active { color:#fff; }
a.support_link:hover { color:#fff; background-color: transparent; }

a:link { color:#000; }
a:visited { color:#666; }
a:active { color:#FFDC00; background-color:#000; }
a:hover { color:#000; background-color:#FF0 }

.external, .download, .anchor {
	text-decoration:none;
}

a img {

	border:none;

}

table {
	border:2px solid #FFDC00;
	margin-bottom:10px;
	margin-top:10px;
}
th, td {
	padding:5px;
}
th {
	font-weight:bold;
	background-color: #FFDC00;
}
td {
	border-bottom:1px solid #CCC;
}
table caption {
	text-align:left;
	font-weight:bold;
	padding:3px;
}

/* Form styles */

form {
	margin:0;
	padding:0;
}

input.textbox {
	border:1px solid #CCC;
	border-top:1px solid #999;
	padding:3px 3px 4px 3px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 7px 0 0;
	width:172px;
}
input.search_btn {
	width:73px;
	height:25px;
	background: url(../images/buttons/btn_search.gif) no-repeat left top;
	border:none;
	cursor:pointer;
	margin:0;
}

