/* body tags */

TD, TH, DIV, P {
	font-size : 12px;
	color : #000033;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif;
}
body {
	background-color: #fff; 
	margin: 0px;
	padding: 0px;
	font-size : 12px;
	color : #000033;
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif; 
}
/* form tags */
input, select, textarea {
	font-family : Arial, Geneva, Verdana, Helvetica, sans-serif; 
	font-size : 12px;
	color : #000066;
}
h1 {
	text-transform: uppercase;
	font-size: 140%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
:}
/* standard anchor tags */
A:link 	{
	color : #000033;
	text-decoration : underline;
}
A:visited {
	text-decoration : none;
	color : #3366FF;
}
A:hover  {
	text-decoration : underline;
	color : #3366FF;
}
/* text and heading tags */
.heading1 {  
	font-weight: bold; 
	color: #6699CC
}
.boldlink:link 	{
	color : #6699cc;
	text-decoration : none;
	font-weight: bold;
}
.boldlink:visited {
	text-decoration : none;
	color : #6699cc;
	font-weight: bold;
}
.boldlink:hover  {
	text-decoration : underline;
	color : #3366FF;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #99CCFF;
	padding: 8px 8px 8px 4px;
	text-transform: capitalize;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #6699CC;
	padding: 8px 8px 8px 4px;
}
.calcLink {
	font-weight: bold;
	display:inline;
	border:1px solid #e7e7e7;
	padding:6px 12px 6px 24px;
	background:url(/images/calc2.gif) no-repeat 4px 2px;
}
#internatTbl td {background-color:#e7e7e7;}