body {
    margin-top:     0px;
    margin-left:    20px;
    margin-right:   20px;
    background:     #fff;
    color: rgb(4, 53, 111);
    font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, Sans-Serif;
    font-size:      16px;
    width:780px;
}

a {color: rgb(4,53,111); text-decoration: underline; border-bottom: 0px;}	
a:visited {color: rgb(4,53,111);}
a:hover {text-decoration: underline; color: rgb(000,160,240);}	

.header {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-bottom: 0px;
    background-color: transparent;
    background: url(http://blinkbid.com/site/wp-content/themes/modern/images/header_img.png) no-repeat top right;
    height:100px;
    font-size: 1.3em;
    font-weight: bold;
}

.navigation {
	text-align: center;
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
	background-color: rgb(4,53,111);
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
    font-size: .8em;
    font-weight: none;
	
	
}

.navigation a {color: #fff; text-decoration: none; border-bottom: 0px;}	
.navigation a:visited {color: #fff;}
.navigation a:hover {text-decoration: none; color: rgb(000,160,240);}	


.contentTd {
    min-width: 400px;
    border-color: #000;
    /*border: solid 1px rgb(110,132,173);*/
    padding: 5px;
    font-size: 9pt;
    background: #fff;
}


.contentTd image {
    border:  solid 1px #ccc;
}
img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}