/* CSS Document */

/* Editor Assigned Styles */
/*make sure that any styles you put here also exist
in your template_css.css file or they will have no
effect in the front end */

p.rightalign {
text-align: right;
}
.small {
color: #999999;
font-size: 10px;
}

/* Body Tag for Background Color and Font Specs. */

/* Optional Basic Stuff you can use to make everything look like it does on the site itself */
/* you can get this stuff right out of your template_css.css file, or you can just leave it out */



.larger{
	font-size: 14px;
}

body {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}