/* Created 23Apr02 for EZPrompt.com
Gerald R. Jensen */

body{
	background : url(images/ezbg2.jpg) fixed;
	color : #000000;
	font-family : Arial, Verdana, Sans-Serif;
	font-size : 12px;
	}

/* Table Settings */
td{
	Color : #000000;
	Font-Family : Arial, Verdana, Sans-Serif;
	Font-Size : 12px;
	}

/* Link Settings */
a{
	Color : #0000FF;
	Font-Family : Arial, Verdana, Sans-Serif;
	Font-Size : 12px;
	}

/* Link Hover Settings */
a:hover{
	color : #333333;
	font-family : Arial, Verdana, Sans-Serif;
	font-size : 12px;
	text-decoration : underline;
	}

/* Strong Settings */
strong{
	font-family : Arial, Verdana, Sans-Serif;
	font-size : 12px;
	font-weight : bold;
	}

/* Input Box Settings */
.input_box{
	Background-Color : #FFFFCC;
	Border : 1 solid #000000;
	Color : #000000;
	Font-Family : Arial, Verdana, Sans-Serif;
	Font-Size : 12px;
	Font-Weight : normal;
	Line-Height : 13px;
	}

/* Submit Button Settings */
.submit_button{
	background-color : #CCCCCC;
	border-width : thin;
	color : #000000;
	font-family : Arial, Verdana, Sans-Serif;
	font-size : xx-small;
	font-weight : bold;
	}

/* You will not need to change below */
.small{
	font-family : Arial, Verdana, Sans-Serif;
	font-size : 10px;
	}


a:hover.small{
	color : #333333;
	font-family : Arial, Verdana, Sans-Serif;
	font-size : 10px;
	text-decoration : underline;
	}