﻿body {
	font-family: san-serif, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	scrollbar-arrow-color: #ffffff; 
	scrollbar-base-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-track-color: #ffffff; 
	scrollbar-face-color: #b9bfcc; 
	scrollbar-shadow-color: #b9bfcc; 
	scrollbar-highlight-color: #b9bfcc; 
	scrollbar-3d-light-color: #ffffff;

}

p {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 120%
}

td{
	font-family: san-serif, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.greytext{
	font-family: san-serif, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


.smallgreytext{
	font-family: san-serif, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
}

.smallpurpletext{
	font-family: san-serif, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b6bccb;
}

.highlight{
	font-family: san-serif, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.heading1{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: san-serif, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
}

.heading2{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: san-serif, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #b6bccb;
}

.text_center {
	text-align: center;
}
.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_justify {
	text-align: justify;
}

.text_purple {
	color: #b6bccb;
}

.text_black {
	color: #000000;
}

.text_grey {
	color: #666666;
}

.noborder {
	border-width: 0px;
}

.form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.formfield {
	border: 1px solid #b6bccb; 
	background-color: #ffffff;
	font-family: san-serif, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.formbutton {
	border: 1px solid #b6bccb; 
	background-color: #ffffff;
	font-family: san-serif, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

ul{
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ol{
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}

select {
	border: 1px solid #b6bccb; 
	background-color: #ffffff;
	font-family: san-serif, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

a { text-decoration:none; font-weight: normal; color:#b6bccb; }
a:hover { text-decoration:underline; font-weight: normal; color:#5486bd;  }
a:visited { font-weight: normal; color:#b6bccb;  }
a:active { font-weight: normal; color:#b6bccb;  }

a.blacklink { text-decoration:none; font-weight: normal; color:#000000; }
a.blacklink:hover { text-decoration:underline; font-weight: normal; color:#b6bccb;  }
a.blacklink:visited { font-weight: normal; color:#000000;  }
a.blacklink:active { font-weight: normal; color:#000000;  }

a.whiteboldlink { text-decoration:none; font-weight: bold; color:#ffffff; }
a.whiteboldlink:hover { text-decoration:underline; font-weight: bold; color:#ffffff;  }
a.whiteboldlink:visited { font-weight: bold; color:#ffffff;  }
a.whiteboldlink:active { font-weight: bold; color:#ffffff;  }

a.boldlink { text-decoration:none; font-weight: bold; color:#b6bccb; }
a.boldlink:hover { text-decoration:underline; font-weight: bold; color:#5486bd;  }
a.boldlink:visited { font-weight: bold; color:#b6bccb;  }
a.boldlink:active { font-weight: bold; color:#b6bccb;  }

a.bottommenulink { text-decoration:none; font-weight: normal; color:#666666; }
a.bottommenulink:hover { text-decoration:none; font-weight: bold; color:#666666;  }
a.bottommenulink:visited { font-weight: normal; color:#666666;  }
a.bottommenulink:active { font-weight: normal; color:#666666;  }

a.smallgreylink { text-decoration:none; font-weight: normal; color:#666666; }
a.smallgreylink:hover { text-decoration:underline; font-weight: normal; color:#666666;  }
a.smallgreylink:visited { font-weight: normal; color:#666666;  }
a.smallgreylink:active { font-weight: normal; color:#666666;  }


.menu_bg {
	background-image: url('images/menu_bg.jpg');
	background-repeat: no-repeat;
}

.pic_bg {
	background-image: url('images/pic_bg.jpg');
	background-repeat: no-repeat;
	text-align: right;
}

.side_menu {
	background-image: url('images/side_menu.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}


.entry_button {
	background-image: url('images/entry_button.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
}





