/* CSS Document */
/*Default Style*/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*End Default Style*/

/*Default Link Style*/
a{text-decoration:none; color:#16387C;}
a:link{text-decoration:none; color:#16387C;}
a:visited {text-decoration:none; color:#16387C;}
a:active {text-decoration: none; color:#16387C;}
a:hover{text-decoration:underline; color:#16387C;}
/*End Default Link Style*/

/*Document Header Font Style*/
h1
{
	font-size: 18px;
	font-weight: bold;
}

h2 
{	
	font-size: 14px;
	font-weight: bold;
	
}

h3 
{	
	font-size: 12px;
	font-weight: bold;
}

h4
{	
	font-size: 11px;
	font-weight: bold;
}

h5 
{	
	font-size: 10px;
	font-weight: normal;
}

h6 
{	
	font-size: 9px;
	font-weight: normal;
}

h1
{
    margin-bottom: 5px;
    padding-bottom: 5px;
}

h2, h4, h5, h6
{
    margin-bottom: 0px;
    padding-bottom: 0px;
	/*border:1px solid red;*/
}

h3
{
	margin:1px 1px 1px 1px;
    padding: 0px 0px 0px 0px;
}
/*End Document Header Font Style*/

/*Other Font Style*/
.p1
{
	font-size: 11px;
	font-weight: bold;
}

.p2
{
	font-size: 10px;
	font-weight: normal;
}

.p3 
{	
	font-size: 9px;
	font-weight: normal;
}

.p4
{
	font-size: 11px;
	font-weight: normal;
}
.p5
{
	font-size: 12px;
	font-weight: normal;
}
.p6
{
	font-size: 13px;
	font-weight: normal;
}
.p7
{
	font-size: 14px;
	font-weight: normal;
}
.p8
{
	font-size: 10px;
	font-weight: bold;
}	
/*End Other Font Style*/

/*Font Color*/
.cv1
{
	color: #16387C;
}

.cv2
{
	color: #990000;
}

.cv3
{
	color: #FFFFFF;
}

.cv4
{
	color: #333333;
}
.cv5
{
	color: red;
}
/*End Font Color*/


/*Object Style*/
.objSelect
{
    font-weight: normal;
    font-size: 10px;
    height:20px; 
}

.objSelDestination
{
     width:200px; 
}

.objSelDate, .objSelSpec
{
    width:60px;
}

.objSelSort
{
    width:225px;
}

.objBtn
{
    width:300px;
}
/*End Object Style*/


