body { margin:10px 0px 10px 0px; background-color: #003366; float: none;}

.text {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}

table
{
	text-align: left;
	margin: 0;
	padding: 0;
	max-width: 750px;
}

#links a
{
	color: #DEFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: "Tahoma", "Arial", "Times New Roman";
	display: inline-block;
	white-space: nowrap;
}

a, img {
    border:none;
    outline:none;
}

.hidden
{
	position:absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}

#links a:hover
{
	color: #88E8C4;
}

.image_table
{
	max-width: 1000px;
}

table{border-collapse:separate}

.headingtext
{
	color: #416A70;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
}

/* media css doesnt work on older browsers, jquery and css classes are used instead */
.jcss1
{
	position:absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
	width: 0px;
}

.jcss2
{
	width: 0px;
}

.jcss3
{
	display:none;
	width:0;
	height:0;
	opacity:0;
	visibility: collapse;
}

.jcss4
{
	width: 0px;
	display:none;
}

.jcss5
{
	text-align: center;
}

.jcss6
{
	width:100%;
	overflow-x:hidden;
}

.jcss7
{
	margin:0px;
	width:100%;
	overflow-x:hidden;
}

.jcss8{ overflow-x:hidden; }

.jcss9
{
	position:absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
	display:none;
}

/*mobile rules*/
@media screen and (max-width: 750px) {
	.non_mobile
	{
		position:absolute;
		clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
		clip: rect(1px, 1px, 1px, 1px);
		width: 0px;
	}
	
	.non_mobile img
	{
		width: 0px;
	}
	
	.non_mobile td
	{
		display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
	}
	
	.non_mobile tr
	{
		width: 0px;
		display:none;
	}

	.titletext
	{
		text-align: center;
	}
	
	html
	{
		width:100%;
		overflow-x:hidden;
	}
	
	body
	{
		margin:0px;
		width:100%;
		overflow-x:hidden;
	}
	
	table{ overflow-x:hidden; }
}

/* non mobile rules */
@media screen and (min-width: 751px) {
	.mobile_only
	{
		position:absolute;
		clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
		clip: rect(1px, 1px, 1px, 1px);
		display:none;
	}
}

@media screen and (max-width: 480px) {
	.image_table img {
		width: 90px;
		height: auto;
	}
}