/*  
-- @Copyright 2007, Kendriya Vidyalay 
-- Created by Amit Oberoi
-- All rights reserved
*/

a.RLink {
	text-decoration: underline; 
	color:#B50C08; 
}
a:hover.RLink {
	text-decoration: none; 
	color: black; 
}

a.WLink {
	text-decoration: underline; 
	color:#FFFFFF; 
}
a:hover.WLink {
	text-decoration: none; 
	color: black; 
}

a.BLink {
	text-decoration: underline; 
	color: black;
}
a:hover.BLink {
	text-decoration: none; 
	color: #B50C08; 
}

TD, TH, INPUT, SELECT, TEXTAREA {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 12px;
	TEXT-ALIGN: justify
}

.MenuBg {
	BACKGROUND-IMAGE: url('/images/BG_Menu.gif');
	PADDING-LEFT: 15px;
	Padding-Top: 3px;
	Height: 30px;
	Font-Weight: bold
}

.GreenBox {
	BORDER : 1px solid #78B530;
	BACKGROUND-COLOR: #8AC642;
	COLOR: #FFFFFF;
	FONT-WEIGHT: BOLD;
	Padding-Left: 10px
}

.DarkGrayBG {
	BORDER : 1px solid #6C6C6C;
	BACKGROUND-COLOR: #8A8A8A;
	COLOR: #000000;
	FONT-WEIGHT: BOLD;
	Padding-Left: 10px;
	Height: 30px
}

.LightGrayBG {
	BORDER : 1px solid #8a8a8a;
	BACKGROUND-COLOR: #D4D2D2;
	COLOR: #000000;
	FONT-WEIGHT: BOLD;
	Padding-Left: 10px;
	Height: 30px
}

.GrayBorder {
	Border: 1px solid #D4D2D2
}

.FooterText {
	FONT_FAMILY  : ARIAL, Verdana;
	FONT-SIZE    : 11PX;
	COLOR		 : #D4D2D2;
	PADDING-LEFT : 4PX;
	PADDING-RIGHT : 4PX
}

FORM {
	MARGIN: 0;
}

IMG {
	BORDER: 0px none;
}

.Spacer {
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 4pt;
}

.GrayLine {
	BACKGROUND-IMGAE: url('../images/Line_Gray.gif');
	FONT-FAMILY : Arial, Verdana;
	FONT-SIZE   : 8px;
}
