body,td,th {
	font-family: verdana, tahoma;
	font-size: 12px;
	color: #5D6163;
	vertical-align: top;	
	line-height:12px;
}
img{border:0;}

a {
	font-family:verdana, tahoma;
	font-size: 10px;	
	color: #7CAC43;
	font-weight: bold;
}
a:visited {
	color: #7CAC43;
}
a:hover {
	color: #CCCC00;
}
a:active {
	color: #7CAC43;	
}

h2 {
	font-family: verdana, tahoma;
	background-color: #F0F0F0;
	color: #666666;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}

.applicationTitle {
	font-family: verdana, tahoma;
	background-color: #F0F0F0;
	color: #666666;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}

h3 {
	font-family: verdana, tahoma;
	background-color: #F0F0F0;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	margin: 5px 0 2px 0;
}

h4 {
	font-family: verdana, tahoma;
	background-color: #FAFAFA;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	margin: 5px 0 2px 0;
}

.error {
	color: red;
	font-weight: bold;
	background: url(images/error24.gif) left top no-repeat;
	padding-left: 30px;
	vertical-align: bottom;
	height: 25px;
}

.warning {
	color: #CCCC00;
	font-weight: bold;
	background: url(images/warning24.gif) left top no-repeat;
	padding-left: 30px;
	vertical-align: bottom;
	height: 25px;
}

.informational {
	color: #336699;
	font-weight: bold;
	background: url(images/info24.gif) left top no-repeat;
	padding-left: 30px;
	vertical-align: bottom;
	height: 25px;
}

.required {
	background: url(images/required.gif) left top no-repeat;
	padding-left: 13px;
	font-weight: bold;	
}

.label {
	padding-left: 13px;
	font-weight: bold;	
}

.formText {
	padding-left: 13px;
}

#container
	{
		width: 500px;
		padding: 30px;
		border: 1px solid #ccc;
		background: #fff;
	}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}