a {	
	color			: #0033CC;	
	text-decoration	: none; 
}
a:hover { 
	color			: #0033CC;  
	text-decoration	: underline; 
}

h1 { 
	font			: bold 12px Tahoma, "Trebuchet MS", Arial, Sans-Serif; 
	padding			: 7px 0 0 8px; 
	margin			: 0; 
	text-transform	: uppercase; 
	color			: #7E7E7E;
}
h1 a { 
	color			: #737373; 
	background		: inherit; 
}
.orange { 
	color			: #E0692A; 
}
sup { 
	font-size		: .5em; 
}
h1 a, h2 a { 
	text-decoration	: none; 
}
h1 a:hover, h2 a:hover { 
	color			: #FF6600; 
	background		: inherit; 
}
h2 { 
	font-size		: 1.5em; 
	margin-bottom	: 5px; 
	color			: #000; 
	background		: inherit; 
}
p {	
	margin			: 0 0 5px 0; 
}

ul { 
	list-style 		: none; 
}

img {
	border			: 0;
}

form {
	margin			: 0; 
	padding			: 0;
}
sup {
	font			: normal 9px "Tahoma", Trebuchet MS, Arial, Sans-Serif; 
	color			: #B9B9B9;
}
.inputText {
	font       		: normal 11px tahoma,Arial,sans-serif;
	height			: 15px;
	border			: 1px solid #A0A7AC;
	color			: #000;
	padding			: 3px;
	margin          : 1px;
	background		: #FFF url(../images/text-bg.gif) repeat-x;
}
.inputSelect {
	font       		: normal 11px tahoma,Arial,sans-serif;
	height			: 23px;
	border			: 1px solid #A0A7AC;
	color			: #000;
	padding			: 3px;
	margin          : 1px;
	background		: #FFF url(../images/text-bg.gif) repeat-x;
}
.inputarea {
	font       		: normal 11px tahoma,Arial,sans-serif;
	border			: 1px solid #A0A7AC;
	color			: #000;
	padding			: 3px;
	margin          : 1px;
	background		: #FFF url(../images/text-bg.gif) repeat-x;
}
.inpuFile {
	font       		: normal 11px tahoma,Arial,sans-serif;
	border			: 1px solid #A0A7AC;
	color			: #000;
	height			: 15px;
	padding			: 3px;
	margin          : 1px;
	background		: #FFF url(../images/text-bg.gif) repeat-x;
}
