/*  
-- www.kteuro.com
-- All rights reserved

*/
BODY {
	BACKGROUND-COLOR: F9FADD
}

A {COLOR:6A1900;}
a.link {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	text-decoration: none; 
	color:#000000; 
	font-weight:bold;
}
a:hover.link {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	text-decoration: underline; 
	color: #FEBF00; 
	font-weight:bold
}

a.WhiteLink {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	text-decoration: none;
	color:#FFFFFF; 
}
a:hover.WhiteLink {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	text-decoration: underline; 
	color: #Orange; 
}

a.GreenLink {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	text-decoration: none;
	color:#89AF06; 
}
a:hover.GreenLink {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	text-decoration: underline; 
	color: #000000; 
}

a.GrayLink {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	text-decoration: none;
	color:#707070; 
}
a:hover.GrayLink {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	text-decoration: underline; 
	color: #FEBF00; 
}

.MainTable {
	BACKGROUND-COLOR: #FFFFFF;
	BORDER: 1px solid #D4D7D7
}

INPUT, SELECT, TEXTAREA {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
}

.HeadingTextGray {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	FONT-WEIGHT: bold;
	COLOR: #707070
}

.TextGray {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	Color: #707070;
	Text-Align: Justify
}

.GrayTable {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	FONT-WEIGHT: bold;
	BACKGROUND: #FFFFFF;
	Border-Left: 1px solid #E8E9E9;
	Border-Right: 1px solid #E8E9E9;
	Border-top: 1px solid #E8E9E9;
	Border-bottom: 1px solid #E8E9E9;
}

.GrayTableBig {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	Background: #E0E0E0
}

.SmallText {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 1pt;
	Color: #000000;
}

.TextRed {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	Color: #FE0000
}

.TextBlue {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	Color: #026AE0
}

.HeadingTextRed {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	FONT-WEIGHT: bold;
	BACKGROUND: #EC8601;
	PADDING-LEFT : 10px;
	Border-Left: 1px solid #FE0000;
	Border-Right: 1px solid #FE0000;
	Border-top: 1px solid #FE0000;
	Border-bottom: 1px solid #FE0000;
	COLOR: #FFFFFF
}

.WhiteGrayBorder {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	BACKGROUND: #ffffff;
	Border-Left: 1px solid #919191;
	Border-Right: 1px solid #919191;
	Border-top: 1px solid #919191;
	Border-bottom: 1px solid #919191;
	Color: #000000
}

.WhiteRedBorder {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	BACKGROUND: #ffffff;
	Border-Left: 1px solid #FE0000;
	Border-Right: 1px solid #FE0000;
	Border-top: 1px solid #FE0000;
	Border-bottom: 1px solid #FE0000;
	Color: #000000
}

.Footer {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 10px;
	COLOR: #000000
}

TABLE {
	BORDER : 0px none;    
}

FORM {
	MARGIN: 0;
}

IMG {
	BORDER: 0px none;
}

.Link {
	COLOR: #145AB2;
	TEXT-DECORATION: underline;
	CURSOR: hand;
}

.Hover {
	BACKGROUND: #FFFFFF;
	TEXT-DECORATION: none;
	CURSOR: hand;
}

.alignText {
	font-family: Verdana; 
	font-size:12px; 
	color:black; 
	text-align: justify
}