/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.text1 {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: normal;
	color: #404040;
}

.text2 {
	margin-bottom: 1em;
	font-size: 11px;
	font-weight: bold;
	color: #324B9E;
}

.text3 {
	color: #FFFFFF;
}

.text4 {
	font-size: 10px;
	font-weight: normal;
	color: #464646;
}

.text5 {
	font-size: 9px;
	color: #BDC7E4
}

/** LINKS */

a {
	color: #324B9E;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #FFFFFF;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/msb_homepage02.jpg) no-repeat left top;
}

.bg2 {
	background: url(images/homepage08.gif) repeat-y left top;
}

.bg3 {
	background: url(images/homepage13.gif) no-repeat left top;
}

.bg4 {
	background: url(images/homepage16.jpg) no-repeat left bottom;
}

.bg5 {
	background: url(images/subpage1_01.gif) repeat-y left top;
}

.bg6 {
	background: url(images/subpage1_02.gif) no-repeat left top;
}

.bg7 {
	background-color: #FFFFFF;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 1em;
	background: url(images/homepage09.gif) repeat-x left center;
}

.EmailCaptionsTD
{
   width: 117px;
   text-align: right;
}

.EmailControlsTD
{
   width: 178px;
   text-align: left;
}

.EmailTallCaptionsTD
{
    width: 117px;
    height: 99px;
    vertical-align: top;
    text-align: right;
}

.EmailTallControlsTD
{
   width: 178px;
   height: 99px;
   vertical-align:top;
   text-align: left;
}

