﻿body, div, p, h1, h2, h3, h4, ul, li, table
{
	margin:0;
	padding:0;
	border:none;
}

body
{
	background: #B4B4B4 url(/images/body_bg.gif) repeat left top;
	font-family: Tahoma, Arial, sans-serif;
	font-size:75%;
}


p {}

em {font-style:italic}

i {font-style: italic;}

strong {font-weight:bold;}

.codeReference
{
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
}

pre, code {
	display:block;
	margin:15px 15px 15px 0;
	padding:10px;
	border:1px dashed #CCC;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
}

#login_box
{
	background: url(../images/SignIn.jpg) repeat left top;
	font-family: Arial, Sans-Serif;
	text-transform: uppercase;
	text-align: center;
}

/* Master Page Layout */
#master_header
{
	margin: -1px auto 0 auto;
	width: 511px;
}

#master_headertop
{
	background: url(../images/SingIn.jpg);
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
	text-transform: uppercase;
	height: 279px;
	text-align: right;
}

#master_headerbottom
{
	background: url(/images/headerbottom_img.png) no-repeat left top;
}

#master_page
{
	margin: 5px auto 20px auto;
	width: 511px;
}

