﻿/* CSS Document */

.StyleSheetHiddenPlaceHolder {
	DISPLAY: none
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	font-style : normal; 
	line-height: normal;
	background-color:#CCCCCC;
	vertical-align: top;
	margin: 0; 
	padding: 0;
	/**background-image: url(images/background.jpg);**/
	color: #333333;
	/**background-color: #8CADC5;**/
	background-repeat: repeat-x; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px
}
table {
	vertical-align: top;
	border:0px solid green;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 110%;
	color: black;
	height: 100%; 
	margin: 0 auto; 
	align="center";	
	background-color: white;
}
th
{
background-color:green;
color:white;
}
td {
	vertical-align: top;
    font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
	background-color: #CCCCFF;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: bold;
	font-style: normal;
	color:#800000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight: bold;
	font-style: normal;
	color:#FF3300;
}


p {font-family:Arial; font-size:95%; font-style :normal; line-height: normal}

.titlebranchname {
   font-size: 180%;
   font-family: Helvetica, Arial, sans-serif;
   font-weight: bold;
   color: #EEEEEE
}
.maintitlepage {
   font-size: 110%;
   font-family: Helvetica, Arial, sans-serif;
   line-height: 140%;
   font-weight: normal;
   color: #000000
   vertical-align:top;
}
.mainbody {
   font-size: 900%;
   font-family: Arial, Helvetica, sans-serif;
   line-height: 140%;
   font-weight: normal;
   color: #000000
}

.titlepage {
   font-size: 100%;
   font-family: Helvetica, Arial, sans-serif;
   line-height: 140%;
   font-weight: bold;
   color: #625681
}
.unisondirect {
   font-size: 95%;
   font-family: Helvetica, Arial, sans-serif;
   line-height: 140%;
   font-weight: bold;
   color: #EEEEEE
}
.topbannerimage {
   background-image: url('images/logo_friendatwork.gif');
   background-repeat: repeat-y
}
a.leftmenuk:link {
   font-size: 95%;
   font-weight: bold;
   text-decoration: none;
   color: #000000
}
a.leftmenuk:active {
   font-size: 95%;
   font-weight: bold;
   text-decoration: none;
   color: #3333333
}
a.leftmenuk:visited {
   font-size: 95%;
   font-weight: bold;
   text-decoration: none;
   color: #000000
}
a.leftmenuk:hover {
   font-size: 95%;
   font-weight: bold;
   text-decoration: none;
   color: #333333
}



.newStyle1 {
}
.newStyle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}



/*Divs to make tables*/
.div-table{display:table; text-align:center; border :0px;}
.div-table-caption{display:table-caption; background:#009999;}
.div-table-row{display:table-row; height:20px;}
.div-table-col{display:table-column; padding: 5px; border:0px; float:left;}
.div-table-col1{display:table-column; padding: 5px; border:0px; float:left;}
.div-table-cell{display:table-column; padding: 5px; border: 1px; solid #003399; width:50px;}*/
