/*	-------------------------------------------------------------
	InterDoc Corporation
	 Solutions | Services | Products |
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Default styles
	Filename:		main.css
	Version:		1.0
	Date:			January 14, 2005
	-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
	Default & Base Body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@import url("SummitScreen.css");

/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100.01%;
	color:#000000;
	background:#FFFFFF;
	}

a:link, a:visited {
	color:#336699;
	text-decoration:none;
	}

a:hover, a:focus {
	color:#000000;
	text-decoration:underline;
	}

h1 {
	display: none;
	font-size: .8em;
	}

blockquote {
	background:#E9F3F5;
	color: #000000;
	padding:10px;
	-moz-border-radius:10px;
	}

blockquote p {
	font-size:.9em;
	}	
	
em {
	
	}



strong {
	font-weight:bold;
	font-size:11px;
	}