/*
===============================================================================
INFO:
Document name:	/css/common.css
Date		By	Version 	Comment
-----------	-----	------- ---------------------------------------------------
20050211	John 	1.0		New

===============================================================================
*/

/* general layout */
body {
	background-color: #DDDDDD;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	font-family: "Times New Roman", Times, Arial, Verdana, Geneva, Helvetica, sans-serif;
}

td {
	padding: 0;
	margin: 0;
}

/* link behaviour */
a:link {
	color: #0000FF; 
	text-decoration: none;
} 
        
a:visited {
	text-decoration: none;
	color: #000080;
} 
        	
a:hover {
	color:#FF0000;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #0000FF;
}

/* Site specific */
.site_navigation {
	font-size: x-small;
	font-weight: bold; 
	font-family: "Times New Roman", "Frutiger 45 Light", verdana, arial, helvetica, sans-serif;
}

.site_name {
	font-size: medium;
//	font-weight: bold;
	font-family: "Times New Roman", "Frutiger 45 Light", verdana, arial, helvetica, sans-serif;
	color: #926940;
}

.site_copyright {
	font-size: 0.7em;
	font-style: italic;
	font-family: "Times New Roman", verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
}
.site_visitor {
	font-size: 0.7em;
	font-style: italic;
	font-family: "Times New Roman", verdana, arial, helvetica, sans-serif;
	color: #222222;
}



/* page payload */
.header {
	font-size: medium;
	font-family: "Times New Roman", Arial, "Frutiger 45 Light", verdana, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.header_c {
	font-size: medium;
	font-family: "Times New Roman", Arial, "Frutiger 45 Light", verdana, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.normal {
	font-size: small;
	font-family: "Times New Roman", Times, Arial, "Frutiger 45 Light", verdana, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.normal_r {
	font-size: small;
	font-family: "Times New Roman", Arial, "Frutiger 45 Light", verdana, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-align: right;
}

.normal_i {
	font-size: small;
	font-family: "Times New Roman", Arial, "Frutiger 45 Light", verdana, helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

.normal_i_m {
	font-size: small;
	font-family: "Times New Roman", Arial, "Frutiger 45 Light", verdana, helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}

.normal_h {
	font-size: small;
	font-family: "Times New Roman", Arial, "Frutiger 45 Light", verdana, helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

.small {
	font-size: x-small;
	font-family: "Times New Roman", Times, Arial, "Frutiger 45 Light", verdana, helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

.small_i {
	font-size: x-small;
	font-family: "Times New Roman", Times, Arial, "Frutiger 45 Light", verdana, helvetica, sans-serif;
	font-style: italic;
	color: #000000;
	text-align: left;
}

.xsmall_i {
	font-size: xx-small;
	font-family: "Times New Roman", Times, Arial, "Frutiger 45 Light", verdana, helvetica, sans-serif;
	font-style: italic;
	color: #000000;
	text-align: left;
}

.small_table {
	font-size: x-small;
	font-family: "Times New Roman", Times, Arial, "Frutiger 45 Light", verdana, helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

.small_table_b {
	font-size: x-small;
	font-family: "Times New Roman", Times, Arial, "Frutiger 45 Light", verdana, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: left;
}