/* Common Style Sheet */

/*
==================================================
 Basic
==================================================
*/

body {
	padding: 0px;
	font-size: 10pt;
	line-height:100%;
}

td {
	font-size: 10pt;
	line-height:100%;
}

h1,h2,h3,h4,h5,h6,ul,form {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

a:link {
	color: #003399;
	text-decoration: underline;
} 
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: none;
}
a:active {
	color: #000066;
	text-decoration: none;
}

/* Font Size */
h2 {
	font-size: 16px;
	line-height:130%;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	line-height:130%;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	line-height:130%;
	font-weight: bold;
}

.fontBig {
	font-size: 16px;
	font-weight: bold;
	line-height:130%;
}
.fontSmall {
	font-size: 10px;
	line-height:130%;
}

.fontPankzu {
	font-size: 12px;
	font-weight: bold;
	line-height:130%;
}

.fontFooter {
	font-size: 12px;
	line-height:130%;
	color: #CCCCCC;
}

.fontLead {
	font-size: 14px;
	line-height:130%;
	font-weight: bold;
	color: #666666;
}

.fontMain {
	font-size: 14px;
	line-height:140%;
}

.fontComment {
	font-size: 12px;
	line-height:130%;
}

.fontMainW {
	font-size: 14px;
	line-height:130%;
	color: #FFFFFF;
}

.fontCommentW {
	font-size: 12px;
	line-height:130%;
	color: #FFFFFF;
}

.fontTimeStamp {
	font-size: 12px;
	line-height:130%;
	color: #666666;
}

.fontError {
	font-size: 12px;
	line-height:130%;
	color: #FF3300;
	font-weight: bold;
}
.fontCritical {
	font-size: 14px;
	line-height:130%;
	color: #FF0000;
	font-weight: bold;
}

/*
==================================================
 Box
==================================================
*/

.boxInfo {
	padding: 10px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}

.boxLinx {
	padding: 10px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}

.boxPhoto {
	padding: 0px;
	border: 1px solid #000000;
}

