/***********************************************************************************************
	InspirationLabs Standard Stylesheet
	Last Updated: Feb, 26. 2003
***********************************************************************************************/

/***********************************************************************************************
	BODY:
***********************************************************************************************/

body, td {
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 			9pt;
	font-style:			normal;
	font-weight: 		normal;
	text-decoration:	none;
	margin-top:			0;
	margin-left:		0;
	margin-right:		0;
	margin-bottom:		0;
	margin-hight:		0;
	margin-width:		0;
	}
.error {
	font-size:			8pt;
	margin-left:		10;
	color:				red;
	}

.message {
	margin-left:		10;
	color:				green;
	}

	
img.framed {
	border-color:		#20376B;
	color:				#20376B;
}
/***********************************************************************************************
	TEXT
***********************************************************************************************/

p {
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 			9pt;
	font-style:			normal;
	font-weight: 		normal;
	text-decoration:	none;
	color:				#000000;
	}

.highlight {
	font-weight:		bold;
	color:				#20376B;
	}

b 	{
	font-weight:		bold;
	}

ul {
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 			9pt;
	line-height:		12pt;
	font-style:			normal;
	font-weight: 		normal;
	text-decoration:	none;
	color:				#000000;
	}

ol {
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 			9pt;
	font-style:			normal;
	font-weight: 		bold;
	text-decoration:	none;
	color:				#000000;
	}

li {
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 			9pt;
	font-style:			normal;
	font-weight: 		normal;
	text-decoration:	none;
	line-height:		12pt;
	list-style-type:	square;
	color:				#20376B;
	margin-top:			5px;
	}
.liContent {
	color:				#000000;
	}

.listing {
	line-height:		12pt;
	}
.headline {
	font-size:			12pt;
	font-weight:		bold;
	}

.hint {
	font-size:			8pt;
	}

.indent, .hint {
	margin-left:		15;
	}

.articleDescription {
	font-size:			12pt;
	font-weight:		bold;
	}
.articleText {
	font-weight:		bold;
	color:				#20376B;
	}
.bold {
	font-weight:		bold;
	}
/***********************************************************************************************
	A HREF Tags
***********************************************************************************************/

a {
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 			9pt;
	font-style:			normal;
	font-weight: 		bold;
	text-decoration:	none;
	color:				#20376B;
	}

a:hover {
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 			9pt;
	font-style:			normal;
	font-weight: 		bold;
	text-decoration:	none;
	color:				#20376B;
	}
/***
a:visited {
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 			9pt;
	font-style:			normal;
	font-weight: 		bold;
	text-decoration:	none;
	color:				#20376B;
	}***/

a.headline, a.headline:hover {
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 			11pt;
	font-style:			normal;
	font-weight: 		bold;
	text-decoration:	none;
	color:				#000000;
	}

/***********************************************************************************************
	TABLES
***********************************************************************************************/

table {
	font-family: 		verdana, arial, helvetica, sans-serif;												
	font-size:			9pt;					
	font-style:			normal;				
	font-weight:		normal;				
	text-decoration:	none;
	color:				#000000;
}

th {
	font-size:			10pt;
	font-weight:		bold;
	}

.tblHead {
	font-family: 		"Times New Roman", times, serif;
	font-size: 			19pt;
	font-style:			bold;
	font-weight: 		bold;
	text-decoration:	none;
	color:				#BFBFBF;
	line-height:		19pt;
	}

.tblBorder {
	background-color:	#20376B;
	}

table.article {
	background-color:	#BFBFBF;
	}

table.content {
	background-color: #FFFFFF;
	}

/***********************************************************************************************
	FORM Element Tags
***********************************************************************************************/

input.text, input.text.wrong, select, textarea, input{
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 			9pt;
	font-style:			normal;
	font-weight: 		normal;
	text-decoration:	none;
	color:				;
	background-color:	#dfdfdf;
	border: 				1px solid #000000;
	}

input.text.wrong{
	background-color:	#ff0000;
	}
	
input.submit, input.file {
	font-family:		verdana, arial, helvetica, sans-serif;
	font-size:			9pt;
	background-color:	#bfbfbf;
	border: 				1px solid #000000;
	cursor:				hand;
	}

input.radio {
	font-family: 		verdana, arial, helvetica, sans-serif;
	font-size: 			9pt;
	font-style:			normal;
	font-weight: 		normal;
	text-decoration:	none;
	color:				;
	background-color:	;
	cursor:				hand;
	}

input.file {
	font-size:			9pt;
	}

/***********************************************************************************************
	NAVIGATION LAYER Tags. DO NOT CHANGE OR REMOVE !!
***********************************************************************************************/
.clCMEvent{position:absolute; width:100%; height:100%; clip:rect(0,100%,100%,0); left:0; top:0; visibility:visible}
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
.clLevel0,.clLevel0over{position:absolute}
.clLevel0border{position:absolute; visibility:hidden}
.clLevel1, .clLevel1over{position:absolute}
.clLevel1border{position:absolute; z-index:500; visibility:hidden}


