/* html tags first */
h1 {
padding: 0px;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bolder;
}

BODY {
margin : 0px;
}
TD {
font-family : Arial;
font-size : 12px;
color : Navy;
}
INPUT, TEXTAREA, OPTION, SELECT {
font-size : 12px ;
color : Blue ;
}
A {
text-decoration : none ;
color : #3021FF ;
}
A:hover {
color : #8080FF ;
}
/* then custom stuff */
.shade {
background-color : #CBCBCB;
}
.highlight {
background-color : #EEEEEE;
}
.box {
background-color : Navy;
}
.box_title {
font-size : 12px;
font-weight : bold;
color : White;
background-color : Navy;
}
.box_body {
background-color : White;
}
.L {
font-size : 11px;
font-weight : bold;
}
.warn {
font-size : 12px;
font-weight : bold;
color : Red;
}
.Ptext {
text-align : justify ;
font-size : 12px ;
color : Navy ;
}
.itext {
font-size : 12px;
color : Black;
font-style : Italic;
}
.medhead {
font-size : 18px;
font-weight : bold;
}
.header {
font-size : 22px;
color : #3124A2;
font-weight : bold;
}
.bigheader {
font-size : 26px;
color : #B4B4B4;
font-weight : bold;
}
.Fo {
font-size : 10px;
color : Silver;
}
.miniheader {
font-size : 14px;
font-weight : Bold;
color : #3124A2;
}
.blurbhead {
background-color : #ffe495;
font-size : 16px;
font-weight : Bold;
color : Navy;
width : 100%;
margin-top : 0px;
}

.gl {
height: 50px;
width: 50px;
}
hr{
	width: 100%;
	color:  #ffe495;
	size: -1;
}
img.hotel {
	border: 2px solid #FEBA02 !important;
}
