/*-----------------------------------------------------------------------------Prototype Style Sheet (empty commented stylesheet)version:   1.0author:    CodeMonkey Designemail:     info@codemonkeydesign.comwebsite:   http://www.codemonkeydesign.com/-----------------------------------------------------------------------------*//* =General-----------------------------------------------------------------------------*//* Remove padding and margin */* {	margin: 0;	padding: 0;	}/* Put it back on certain elements */h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table, ul {	margin: 1em 0;	}/* Class for clearing floats */.clear {	clear:both;	}/* Remove border around linked images */img {	border: 0;	}/* =Typography-----------------------------------------------------------------------------*/body {	background-color: #fff;	font-family : Arial, Helvetica, sans-serif;	font-size : 12px;	font-style : normal;	font-weight : normal;	color : #000000;}.r {	color: #FF0000;	}/* =Headings-----------------------------------------------------------------------------*/.stndAnnouncementText {	visibility : visible;	text-align : center;	font-family : Arial, Helvetica, sans-serif;	font-size : 15px;	font-style : normal;	font-weight : bold;	padding-bottom : 25px;	padding-left : 2px;	padding-top : 25px;	padding-right : 2px;	}/* =Links-----------------------------------------------------------------------------*/.submit_btns {	text-align: center;	padding-top: 20px;	}/* =Branding-----------------------------------------------------------------------------*//* =Main Nav-----------------------------------------------------------------------------*//* =Sub Nav-----------------------------------------------------------------------------*//* =Main Content-----------------------------------------------------------------------------*//* =Secondary Content-----------------------------------------------------------------------------*//* =Footer-----------------------------------------------------------------------------*//* =Forms-----------------------------------------------------------------------------*//* Removes fieldset borders. even on Opea 7 */fieldset {	border: 1px solid transparent;	}/* =Tables-----------------------------------------------------------------------------*/table { 	border-spacing: 0;	border-collapse: collapse;	}table.wrapper { 	border-spacing: 0;	border-collapse: collapse;	margin-left: auto;	margin-right: auto;	margin-top: 0;	width: 800px;	}td {	text-align: left;	font-weight: normal;	}td.align_left {	text-align: left;	min-width: 300px;	padding: 5px 5px 5px 5px;	}td.align_right {	text-align: right;	min-width: 300px;	padding: 5px 5px 5px 5px;	}	td.align_right_r {	color: #FF0000;	text-align: right;	min-width: 300px;	padding: 5px 5px 5px 5px;	}/* =Misc 1-----------------------------------------------------------------------------*//* =Misc 2-----------------------------------------------------------------------------*/
