@media print {
div.scroll_title {
	height: 30px;
	width: 430px;
	overflow: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
div.scroll {
	height: 1000px;
	width: 430px;
	overflow: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
}

@media screen {
div.scroll {
	height: 360px;
	width: 430px;
	overflow: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div.scroll_title {
	height: 30px;
	width: 430px;
	overflow: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
}

@media screen, print {
@font-face {
font-family:"Calibri";
src:url(image/calibri.ttf) format("truetype");
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #C9C9E0;
scrollbar-darkshadow-color: #e9e9e9;
scrollbar-face-color: #e9e9e9;
scrollbar-highlight-color: #DBDBDB;
scrollbar-shadow-color: #e9e9e9;
scrollbar-track-color: #FFFFFF;
}

a {
   outline: none;
}

a:link {
	text-decoration: none;
	color: #3858A9;
}

a.menuSmall:link {
	color: #9FB1DF;
}

a:visited {
	text-decoration: none;
	color: #3858A9;
}

a.menuSmall:visited {
	color: #9FB1DF;
}

a:hover {
	color: #98012E;
	text-decoration: underline;
}

html{
	height:100%;
	background-color: #cccccc;
	background-image: url(image/layout/gradient.jpg);
	background-repeat: repeat-x;
}
.normalText {
	font-family: Calibri, verdana, helvetica, sans-serif;;
	font-size: 14px;
	line-height: 24px;
}
.menuText {
	font-family: Calibri, verdana, helvetica, sans-serif;;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
}

.normalWhite {
	font-family: Calibri, verdana, helvetica, sans-serif;;
	font-size: 14px;
	color: #FFFFFF;
}
.headline {
	font-family: Calibri, verdana, helvetica, sans-serif;;
	font-size: 14px;
	font-weight: bold;
}
.menuWhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.background {
	background-image: url(image/common/background.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.shadow{
	height:100%;
	background-image: url(image/layout/right_shad.png);
	background-repeat: repeat-y;
}

.menuSmall {
	font-family: Calibri, verdana, helvetica, sans-serif;;
	font-size: 10px;
	line-height: 14px;
	color: #F25206;
}
.titleText {
	font-family: Calibri, verdana, helvetica, sans-serif;;
	font-size: 24px;
	line-height: 22px;
	font-weight: bold;
}
.normalTextSpecialims {
	font-family: Calibri, verdana, helvetica, sans-serif;;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.tableBorder {
	border: 1px solid #000;
	background-color: #FFF;
}
.formWidth {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	width: 200px;
}
.formWidthSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	width: 60px;
}
.normalGrey {
	font-family: Calibri, verdana, helvetica, sans-serif;;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
}