/* Styles for all SKK pages */

body	{	background-color: #FFFFFF;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12;
			color: #000000;
			margin: 0px;
}

img	{	border: 0px; }

.header {
			background-color: #519DEC;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12;
			color: #FFFFFF;
			margin: 0px;
}

a.headerLink {	
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11; 
			color: #FFFFFF;
			text-decoration: none;
}

a.headerLink:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11; 
			color: #0000FF;
			text-decoration: none;}

.footerTable {
			background-color: #519DEC;
			font-size: 11; 
			color: #FFFFFF;
}

.menuNotSelected {
			background-color: #519DEC;
			color: #FFFFFF;
			cursor: auto;
}

.menuSelected {
			background-color: #BFDBF8;
			color: #519DEC;
			cursor: pointer;
}

.contentBody {
			margin-left: 10px;
			margin-right: 10px;
			margin-top: 10px;
			margin-bottom: 10px;
}

.largeBlue {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14;
			color: #0000fe;
}

.largerBlackBold {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16;
			font-weight: bold;
			color: #000000;
}

.largeBlackBold {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14;
			font-weight: bold;
			color: #000000;
}

.largeBlack {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14;
			color: #000000;
}

.smallBlack {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12;
			color: #000000;
}

.smallBlackBold {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12;
			font-weight: bold;
			color: #000000;
}

.smallRed {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12;
			color: #FF0000;
}

.smallWhite {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10;
			color: #FFFFFF;
}
