a {
    text-decoration: 	none; 
    font-weight:		bold;
    color:           	#4455ff;
    font-family: 		Times,Georgia,serif;
    font-style: 		italic;
}
a:hover {
    text-decoration: 	none; 
    color:           	#ffffff;
    background:      	#4455ff;
}
.menu A {
    text-decoration: 	none; 
    font-weight:		bold;
    border:             0 none inherit;
	display:            block;
	color:           	#ffffff;
	padding-right:		10px;
}
.menu A:hover { 
    text-decoration: 	none; 
	color:				#000000;
    background:         #ffffff;
    border:             0 none inherit;
	display:            block;
	padding:            0px;
	padding-right:		10px;
}
.headtext {
    font-weight:		bold;
    font-style: 		italic;
    font-size: 			large;
/*    font-family:		Times,Georgia,serif;*/
    letter-spacing:		3pt;
    color:				#ffd45e;
    background:         #111133;
	background: 		url(headtextbg.gif) repeat;
    display:            block;
    padding-left:		10px;
}
.subtext {
    /*font-weight:		bold;*/
    font-size: 			small;
    font-family:		Tahoma,Verdana,sans-serif;
    letter-spacing:		3pt;
    color:				#ffd45e;
    background:         #444a50;
    display:            block;
    padding-left:		10px;
}
.headbox {
	
	border-color: 	 	#000000;
	border-style: 		solid;
	border-top-width:	7px; 
	border-bottom-width:7px;
	border-left-width:	2px;
	border-right-width: 2px;
	
	background:			#ffffff;
	padding-top:      	15px;
	padding-bottom:		15px;
	padding-left:		10px;
	padding-right:		10px;

	position:			relative;
	margin-left:		210px;
	margin-right:		10px;
	margin-bottom:		20px;
}
.subbox {
	border-color: #d0d7da;
	border-style: solid;
	border-width: 1px;
	margin-left:  5%;
	margin-right: 5%;
	padding-left: 20px;
	padding-right:20px;
	padding-top:  10px;
	padding-bottom:10px;
	background:	  #f0f7fa;
}
.intnav {
    position:           absolute;
	width:              160px;	
    margin-left:		10px;
    left:				10px;
	top:				10px;
	background-color:	#6f76df;

	border-color: 	 	#afc6ff;
	border-style: 		dotted;

	border-top-width:	2px; 
	border-bottom-width:2px;
	border-left-width:	2px;
	border-right-width: 2px;
	padding-left:		0px;
	padding-right:		0px;
	padding-top:      	15px;
	padding-bottom:		15px;
}

BODY {
	background-color:	#8f96ff;
	margin:				10px;
	font-family:		Times,Georgia,serif;
	font-size:			small;
	line-height:		150%;
	color:				#11181f;
}
DIV,P,TD {
	font-family:		Times,Georgia,serif;
	font-size:			small;
    letter-spacing:		1.1pt;	
	line-height:		150%;
	color:				#11181f;
}

/*
P:first-line {
  font-variant: small-caps;
  font-weight: bold }
P:first-letter { font-size: 300%; float: left }
.block { 
    text-align: justify; 
}
*/


i { 
    color:#ffd45e; 
    font-family: Garamond,Times,Georgia,serif;
}

ul {
	list-style-type: none;
	margin-left:     0px;
	padding:         0px;
}

